]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Change a bunch of mallocs in mod_cgid to apr_palloc. These were never
authorRyan Bloom <rbb@apache.org>
Tue, 2 Jan 2001 17:57:42 +0000 (17:57 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 2 Jan 2001 17:57:42 +0000 (17:57 +0000)
commit3c4d977fbec352d09be359fb64ebb9a0ff28b5a5
tree8dd8296eda16cc12813ad3bb9de2846c207f1139
parent19519dff8af07c1d9e28adf5d77e91dd9b645b1a
Change a bunch of mallocs in mod_cgid to apr_palloc.  These were never
getting freed, and using malloc.  This was safe, because we were in
the CGID process, but pools are just safer here.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87569 13f79535-47bb-0310-9956-ffa450edef68
modules/generators/mod_cgid.c