]> 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)
commitb7877b170d44c524fd9d4f83e71ec7a7c6ab6a5f
tree61d1dcd4684b136b12c050fee262961dc529ed15
parent9c18a024fe5641c96babac03ad8aa2c1a0edcbbc
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