CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2016/12/05 17:01:55
Modified files: sys/net : pf.c Log message: Use the sizeof udphdr not the sizeof a pointer to it in the af-to specific part of pf_test_state_icmp(). This worked by accident on LP64 archs as the struct is eight bytes long. ok mikeb@ bluhm@ krw@ jca@