CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/19 20:56:33
Modified files:
usr.sbin/tcpdump: print-ip6.c interface.h
Log message:
Make ip6_print() take an unsigned length matching
ip_print() and others.
Allows code deciding on a minimum length to memmove()
to work as intended, preventing various crashes found
with the afl fuzzer. Callers of ip6_print() should of
course be fixed to provide sane lengths as well.
ok deraadt@ djm@
