]> granicus.if.org Git - apache/commit
Fix a nasty segfault in mmap_bucket_setaside() caused by passing
authorCliff Woolley <jwoolley@apache.org>
Wed, 29 Jan 2003 18:15:26 +0000 (18:15 +0000)
committerCliff Woolley <jwoolley@apache.org>
Wed, 29 Jan 2003 18:15:26 +0000 (18:15 +0000)
commit9b1601f72f8581d3c06a462d18732fe11537f25a
tree61d1dcd4684b136b12c050fee262961dc529ed15
parent363e336ff281d04598d7b9887e5203eba2f15d3e
Fix a nasty segfault in mmap_bucket_setaside() caused by passing
an incompatible pointer type to mmap_bucket_destroy(void*).

PR:            16533
Submitted by:  Gerard Eviston <geviston@bigpond.net.au>
Reviewed by:   Cliff Woolley

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98538 13f79535-47bb-0310-9956-ffa450edef68
CHANGES