]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: fancyrabbit <fancyrabbit@gmail.com>
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 14 Jun 2009 07:47:54 +0000 (19:47 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 14 Jun 2009 07:47:54 +0000 (19:47 +1200)
commit0da6f0d6784ecd73ddfbe5e585106dad7dc919ae
treed42640eb78fd1ad81ea6654081ed2608e225e195
parent5253238875a71e9cbfeb83c3b51211c3fcc5c476
Author: fancyrabbit <fancyrabbit@gmail.com>
Bug 2672: cacheMemMaxSize 32-bit overflow during snmpwalk

snint is 32-bits. Unwrapped the code casts int64 to int32 before
reducing the base unit size to MB.
src/snmp_agent.cc