Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is there anybody there?
- To: crossfire (at) ifi.uio.no, ,
- Subject: Re: Is there anybody there?
- From: Mark Wedel <>
- Date: Fri, 28 Jan 1994 01:45:29 -0800
I found that with a previous version of crossfire, a malloc error that was
difficult to track down was not allocating enough space for the array, and
thus the program wrote beyond the malloc'd data, which then messed up some
other data. I was able to track that one down with the debug malloc
routines.
Mark Wedel