CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2016/10/27 07:55:21
Modified files: usr.sbin/tcpdump: print-pfsync.c Log message: Don't assume clr->ifname is a NUL-terminated printable string. Use vis(3) to safely print ifname and stop at IFNAMSIZ bytes. Found with afl by jsg@. OK jsg@