]> git.puffer.fish Git - mirror/frr.git/commit
[lib] Move type cast in Fletcher checksum
authorJoakim Tjernlund <Joakim.Tjernlund@transmode.se>
Mon, 17 Nov 2008 10:22:25 +0000 (11:22 +0100)
committerPaul Jakma <paul@quagga.net>
Sat, 29 Nov 2008 18:04:11 +0000 (18:04 +0000)
commit6e907dd4abdff9c52c809ea49c76d789b11c0e12
treefc63d6c0699cc626a316ae3662f045f7de8e90fe
parent4768061ad5d7c762f2272436a89e62d4e41676a2
[lib] Move type cast in Fletcher checksum

The int type cast should be on the whole expression
passed to the mod operator. Otherwise it won't work
when/if c0/c1 is unsigned.
Making c0/c1 unsigned makes it possible to use 5802
as MODX value.
lib/checksum.c