CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/10/18 05:29:27
Modified files: sys/net : pf.c Log message: The variable dlen is always positive and d may be negative. So declare both with the correct sign in pf_change_icmp_af(). OK henning@