]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
It is entirely possible that dbuf is NULL. Accessing *dbuf when NULL is not
authorJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 18 Jun 2002 17:27:09 +0000 (17:27 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 18 Jun 2002 17:27:09 +0000 (17:27 +0000)
commit6d5237bd20528b2a4bbd94dc8d036cbfb8befcaa
tree9c19ff2fffe1c981a094139667876f4d1ab46f40
parent52c5778f241c0b6a263ad339ce102f7886acdab7
It is entirely possible that dbuf is NULL.  Accessing *dbuf when NULL is not
a good idea.

(How this escaped for essentially 5 years is completely unknown)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95776 13f79535-47bb-0310-9956-ffa450edef68
src/modules/standard/mod_cgi.c