CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/05/22 08:26:08
Modified files: sys/netinet : ip_icmp.c Log message: Fix a mbuf leak when reflecting an ICMP packet with IP options. Free the options in icmp_input_if() after a successful call to icmp_reflect(). bug report and analysis by Hendrik Gerlach OK krw@ claudio@ phessler@