You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/07/27 22:39:47 UTC

DO NOT REPLY [Bug 51568] NULL pointer in mod_case_filter_in.c

https://issues.apache.org/bugzilla/show_bug.cgi?id=51568

--- Comment #1 from Stefan Fritsch <sf...@sfritsch.de> 2011-07-27 20:39:47 UTC ---
The only thing httpd does if out of memory is log a message and then call
abort(). Segfaulting on oom is not elegant, but it is not a real problem. I am
not sure that this needs fixing. If yes, then probably by using a wrapper for
malloc that calls abort_on_oom().

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org