]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
Fix bad hash calculation because of signed address
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Thu, 8 May 2008 16:11:04 +0000 (09:11 -0700)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Thu, 8 May 2008 16:11:04 +0000 (09:11 -0700)
commit7dec1bf88bc34e2d0b320f0c23bd1a060c73852b
tree7fd6c60300b7f2808e5330b63b4e8ef6aa1a9a04
parent7b3d366e0677c53767fca6b59677ee356b65b6da
Fix bad hash calculation because of signed address

The addr[] was being used signed, but this causes hash calcultion
to overflow. Originally reported as Debian bug 480173.
lib/utils.c