]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a storage leak in mod_mime_magic. The strdup() call when processing
authorJeff Trawick <trawick@apache.org>
Tue, 21 Aug 2001 12:46:00 +0000 (12:46 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 21 Aug 2001 12:46:00 +0000 (12:46 +0000)
commitc392333a296877c29b6ff89245b93f57d63f37ed
tree8643f9d174c9d7d7c3da4b03db5aa3a2559aa8de
parent992aaf4df845db990249238a7f741fcb127b68f3
Fix a storage leak in mod_mime_magic.  The strdup() call when processing
a request should have been an ap_pstrdup() call.

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