CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2020/02/22 07:05:09

Modified files:
        usr.sbin/tcpdump: print-usbpcap.c 

Log message:
fix a crash when printing the contents of a malformed packet where the packet
length was smaller than the sizeof the usbpcap header. we'd end up passing a
negative value as the length to default_print().

found with afl-fuzz
ok mpi@

Reply via email to