CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/30 02:37:11
Modified files:
sys/netinet : ip_icmp.c ip_input.c ip_output.c ip_var.h
Log message:
[ICMP] IP options lead to malformed reply
icmp_send() must update IP header length if IP optaions are appended.
Such packet also has to be dispatched with IP_RAWOUTPUT flags.
Bug reported and fix co-designed by Dominik Schreilechner _at_ siemens _dot_ com
OK bluhm@
