Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is there anybody there?





Mark Wedel wrote:
>  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.

That sort of thing is usually trivial to hunt down with purify (commercial
memory leak tracker)

We have it here, so either rgg or I can run it over the code, see what
can be found...

Anthony