30 Aug
2004
30 Aug
'04
2:59 a.m.
On Sun, 2004-08-29 at 12:44, MenTaLguY wrote:
So, anyway, the proper resolution to the evil_malloc() business is to replace the calls to evil_malloc() with an explicit check of the allocation size (really, nrPt or whatever the size is computed from).
Peter has very sensibly pointed out that g_malloc() and g_realloc() do provide the desired semantics, so we ought to use them.
I'll see about doing that once we're out of code freeze.
-mental