commit | 08c54ec5667cee87f4f05cc7a21eeb1b642babda | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Mon Jul 04 23:06:17 2016 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Dec 02 12:40:17 2016 +0200 |
tree | e4d5f4abd962a600b37736a677067a9e7cf56502 | |
parent | 04a65534e18983a3eecf3fac5bc3f61cd054ac40 [diff] |
net: Check ICMPv6 options length correctly The options length check was using fragment length to verify the correctness of options. This is incorrect as we need to check against the remaining length of the packet after we have removed IPv6 and ICMPv6 header lengths. Change-Id: Ied1b19e3f4b1a88409e81a1974ba5a4bdf022e72 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>