View Single Post
  #1  
Old 01-26-2003, 08:20 AM
Kaiyodo
Hill Giant
 
Join Date: Jan 2002
Location: Midlands,UK
Posts: 149
Default Crash searching for items with long names

While adding some new items to the DB I came across a bug in Client::FindItem()

..
char sName[36];
..

The names of the items get copied into that for the search, however the name field can be upto 60 chars long. Some of the books names go over that, corrupt the stack and crash the zone. I'd attempt to fix it myself but I'd just break something

K.
Reply With Quote