]> 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)
commit3be6fecb47ebf9d7822e79880db0eced0ad390b3
tree8dd8296eda16cc12813ad3bb9de2846c207f1139
parent1503951dd0f1294d841f36e924e83003266e3124
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