]> git.ipfire.org Git - thirdparty/squid.git/commit - src/icp_v2.cc
The return value of comm_udp_recvfrom() must be stored into a signed
authorwessels <>
Fri, 13 Apr 2007 23:04:00 +0000 (23:04 +0000)
committerwessels <>
Fri, 13 Apr 2007 23:04:00 +0000 (23:04 +0000)
commit0b6d19558b82684fe3edcde47e473b534b182fc0
tree7f79f3900a6a81d813a51811f07a963026288fb8
parent95564b0d5546d9a75ba4c785db5ce9145e56bdc8
The return value of comm_udp_recvfrom() must be stored into a signed
integer, otherwise we cannot check for errors when len < 0.
src/dns_internal.cc
src/icp_v2.cc