CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2012/01/27 08:30:16

Modified files:
        sys/net        : if_pflog.c 

Log message:
If some length checks in pflog_bpfcopy() failed, the function
returned early.  As a result tcpdump -i pflog0 printed uninitialized
kernel memory for short packets.  Fix this by copying the mbuf data
we have if we cannot decode the packet.
ok mikeb@ henning@

Reply via email to