Closed GoogleCodeExporter closed 8 years ago
These are calls against a memory pool system, not direct calls against standard
system malloc. There are better guarantees that the memory will actually exist
because of preallocation of memory when pool was constructed.
True, there is a small chance it could still fail, but if you are concerned
about it, suggest you first go look at Apache source code itself. It has huge
numbers of such calls in comparison to mod_wsgi and none of them are checked
either. If you want to question that, then bring it up on the Apache developers
list.
Original comment by Graham.Dumpleton@gmail.com
on 31 Aug 2010 at 5:24
Well this is still a bug in your code ;)
Original comment by db.pub.m...@gmail.com
on 31 Aug 2010 at 5:25
I will go and file a bug in apache then :)
Original comment by db.pub.m...@gmail.com
on 31 Aug 2010 at 5:27
https://issues.apache.org/bugzilla/show_bug.cgi?id=49847
Original comment by db.pub.m...@gmail.com
on 31 Aug 2010 at 5:40
See also issue 209 which was created instead of comment being added here.
Original comment by Graham.Dumpleton@gmail.com
on 1 Sep 2010 at 3:42
Original issue reported on code.google.com by
db.pub.m...@gmail.com
on 31 Aug 2010 at 5:15