mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2025-01-07 16:28:44 +08:00
59868ef671
1) RIPv2 The error was: print-rip.c:386:9: runtime error: unsigned integer overflow: 16 - 20 cannot be represented in type 'unsigned int' Without this change the unsigned integer variable 'len' is assigned a very high value, because of underflow, and the loop continue incorrectly. Add a test case. 2) RIPv1 Same bugfix, based on a code inspection, so comes without a test case.
250 B
250 B