]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
authorAmos Jeffries <amosjeffries@squid-cache.org>
Thu, 19 Jun 2008 05:35:31 +0000 (23:35 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Thu, 19 Jun 2008 05:35:31 +0000 (23:35 -0600)
commit9c90beccd4a3f1e57c93a7f73bd21f360082f706
treec66ad9d4b4447bada28676b41ee36cf1680f725f
parente695dc8b88c81f4f31311b5d537c971cefc6567e
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Fix SNMP reporting of counters with a value >= 0xFF800000

The ASN.1 encoding of unsigned integers incorrectly compressed the value
as if it was a signed integer, truncating leading 0xFF octest, causing
0xFF800000 to be send ax 0x800000, 0xFFFF8000 as 0x8000 etc..
snmplib/asn1.c