CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/28 06:42:39
Modified files:
usr.sbin/tcpdump: pf_print_state.c
Log message:
Don't assume s->ifname is NUL terminated and printable.
As in pfsync_print_clr() use vis(3) in print_state(). This was also
found with afl though with a different input.
