git: icmp: Don't convert saved ip header's length into host byte order
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Sun Nov 16 22:46:05 PST 2014
commit 485b59d54d5c2cb37225750de501a73b833b3ab9
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Mon Nov 17 14:42:39 2014 +0800
icmp: Don't convert saved ip header's length into host byte order
No kernel code depends on this and it actually whacks the icmp header
passed to userland through SOCK_RAW socket. ICMP redirect processing
does not need fix (it does not do the convertion).
Summary of changes:
sys/netinet/ip_icmp.c | 1 -
1 file changed, 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/485b59d54d5c2cb37225750de501a73b833b3ab9
--
DragonFly BSD source repository
More information about the Commits
mailing list