]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Henrik Nordstrom <hno@squid-cache.org>
authoramosjeffries <>
Fri, 6 Jul 2007 17:30:45 +0000 (17:30 +0000)
committeramosjeffries <>
Fri, 6 Jul 2007 17:30:45 +0000 (17:30 +0000)
commit9bdc291b5e6cb3ebe5565b21250668d7659769e3
tree7db22b50374a403c791d12c7d026a5f9f6916ed8
parent81425fb60a4b583e1b18d50fa39770f2df8e1c86
Author: Henrik Nordstrom <hno@squid-cache.org>
Fix bug 2010. Buffer overread at a loop termination.

Boolean logic typo caused an endcase read of an array-counting loop
to over-read the array in its termination condition.
Became visible with additional g++-4.2 code-safety checks.
src/snmp_core.cc