]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
add a bit of error checking to the mod_cgid daemon's logic to read
authorJeff Trawick <trawick@apache.org>
Fri, 8 Mar 2002 13:46:36 +0000 (13:46 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 8 Mar 2002 13:46:36 +0000 (13:46 +0000)
commit3dec5ec8c9b588c5ec639303e02e22ff3c0cd8ae
treea1fa01e12f0bade50b1ad91d1e5f482c69ca3e50
parentf05ae63c3c8dfeefa5c692be75ab7856d4fa5e5e
add a bit of error checking to the mod_cgid daemon's logic to read
the request over the unix socket

it isn't perfect (EINTR, partial reads) but it is good enough to
avoid segfaulting if some code tries to verify that cgid is active
by connecting to its unix socket

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