]> git.ipfire.org Git - thirdparty/squid.git/commit - src/helper.cc
Add pointer validation in helperStatefulHandleRead check for callback data.
authoramosjeffries <>
Fri, 3 Aug 2007 08:22:52 +0000 (08:22 +0000)
committeramosjeffries <>
Fri, 3 Aug 2007 08:22:52 +0000 (08:22 +0000)
commit2734fd37e3783bf93710453e661d0929a8122c99
tree80c70d193b7de8153f7fecd9a9c185166c27f770
parent7da7b01fbc1de005373c0f19b59335a68a4c6f08
Add pointer validation in helperStatefulHandleRead check for callback data.

Coverity checker detected a NULL pointer dereference.
Existing logics to handle missing callback data were present, but the if()
tests were incomplete and unable to catch this case.
src/helper.cc