]> granicus.if.org Git - apache/commit
Fix a problem in mod_mime_magic where file descriptor 2 would be
authorJeff Trawick <trawick@apache.org>
Mon, 19 Mar 2001 16:07:59 +0000 (16:07 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 19 Mar 2001 16:07:59 +0000 (16:07 +0000)
commit60007c82f10621acdbcd4d5f6522c6660aeba5c5
tree457af03ad9a7188bb7c1db3c392fe57c0af7928f
parent7c7bd950fdde04837eca3d2ca4309b770d61856c
Fix a problem in mod_mime_magic where file descriptor 2 would be
inadvertently closed.  This logic was in the uncompress child in 1.3
but was in the parent in 2.0.

uncompress_child() was renamed to create_uncompress_child() to reflect
a change in use since 1.3.

A note was added about missing 1.3 logic for doing something with the
stderr of the uncompress process.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88538 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/metadata/mod_mime_magic.c