Files
android_kernel_xiaomi_sm8450/net/ipv4
Al Viro c55e2f4997 [IPV4]: ipip and ip_gre encapsulation bugs
Handling of ipip and ip_gre ICMP error relaying is b0rken; it accesses
8bit field + 3 reserved octets as host-endian 32bit, does comparison,
subtraction and stuffs the result back.  That breaks on big-endian.

Fixed, made endian-clean.

[ Note that this effected code is permanently commented out with
  and ifdef, so this error couldn't actually cause problems for
  anyone. -DaveM ]

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-09-22 15:19:43 -07:00
..
2006-09-22 14:54:07 -07:00
2006-09-22 15:18:19 -07:00
2006-09-22 14:54:10 -07:00
2006-09-22 15:18:19 -07:00
2006-09-22 14:53:33 -07:00
2005-04-16 15:20:36 -07:00
2006-09-22 15:18:19 -07:00
2006-09-22 14:53:33 -07:00
2006-09-22 15:18:04 -07:00
2006-09-22 15:18:03 -07:00