You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Dirk.vanGulik" <Di...@jrc.it> on 1996/07/04 12:45:01 UTC

Alloc trapping

The various allocs, pstrdup etc still do not seem to check
if there is actually enough memory; and barf nicelely in alloc.c

am I right ?

Is it enough to plug everything after the palloc() function ? or does
any of the internal calls also get used ?

Dw.