]> git.ipfire.org Git - thirdparty/squid.git/commit
Had a coredump where ACLIP::data was NULL. This patch avoids the
authorwessels <>
Thu, 8 Sep 2005 03:53:12 +0000 (03:53 +0000)
committerwessels <>
Thu, 8 Sep 2005 03:53:12 +0000 (03:53 +0000)
commit6aae37f652357ead5715f2ea24dfde93ca5d8d02
tree76fd04c5d0ecff56049984078afe2ec474688661
parent5ac1a5b38e74c06f377557e9c1ef5c057ba297f4
Had a coredump where ACLIP::data was NULL.  This patch avoids the
NULL pointer dereference, but there might be another bug elsewhere that
allows data to be NULL.
src/ACLIP.cc