[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some memory management problems



GOMBAS Gabor <gombasg@inf.elte.hu> writes:

> I've found some memory management problems in Heimdal (malloc'ing 0
> bytes; free'ing NULL

It's perfectly ok to free NULL and to malloc 0 bytes.

> or already free'd pointers

This isn't, however.

/Johan