]> granicus.if.org Git - apache/commit
ap_rgetline(): completely ignore an empty bucket... previously the logic
authorJeff Trawick <trawick@apache.org>
Sat, 26 Jan 2002 23:01:31 +0000 (23:01 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 26 Jan 2002 23:01:31 +0000 (23:01 +0000)
commit4423c0c6deffee897240fd62b3a8d20628158dfc
tree73d1ae0d90d0eba20badcf28375acf50d1562fad
parent592a392a229c1da5b7ecc4bb5dd7efd05ef5c1e6
ap_rgetline(): completely ignore an empty bucket...  previously the logic
               generally worked but with a memory debug build it could
               crash since some memory debuggers don't like an alloc of
               zero bytes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93037 13f79535-47bb-0310-9956-ffa450edef68
server/protocol.c