]> granicus.if.org Git - apache/commit
Fix inserting elements at the head and tail of a ring when the ring is
authorTony Finch <fanf@apache.org>
Sat, 9 Sep 2000 01:11:15 +0000 (01:11 +0000)
committerTony Finch <fanf@apache.org>
Sat, 9 Sep 2000 01:11:15 +0000 (01:11 +0000)
commit7f4afedb577e29bb4dad0915e14985336e7859e0
tree968db7db66339ba6bb40bf3eafcdad3d1ad4bc5e
parent84c84cbf1abfcb51a231698f2fc5dbbbf3c2b249
Fix inserting elements at the head and tail of a ring when the ring is
empty. Avoiding referring to the element type in the macros resulted
in some double dereferences that did the wrong thing.
Reported by: Jeff Trawick

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