CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/28 06:54:05
Modified files:
usr.sbin/tcpdump: print-atalk.c
Log message:
Return early from atalk_print_llap() if the length is less than the
size of a header to avoid an integer underflow.
Found with afl.
