[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #40418] nd6: Use Byte Ordering Functions
From: |
Grant Erickson |
Subject: |
[lwip-devel] [bug #40418] nd6: Use Byte Ordering Functions |
Date: |
Tue, 29 Oct 2013 17:14:46 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.71 (KHTML, like Gecko) Version/6.1 Safari/537.71 |
URL:
<http://savannah.nongnu.org/bugs/?40418>
Summary: nd6: Use Byte Ordering Functions
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: marathon96
Submitted on: Tue 29 Oct 2013 05:14:45 PM GMT
Category: IPv6
Severity: 3 - Normal
Item Group: Faulty Behaviour
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release:
lwIP version: git head
_______________________________________________________
Details:
A number of ICMPv6 Router Advertisement (RA) fields and option subfields are
neither 8-bits nor byte arrays. As a consequence, these values require the
appropriate ntohs or ntohl functions to properly interpret the values.
Failure to do so can result in DHCP client failures on IPv6-carrying networks
with routers issuing RAs with the MTU option field and an MTU of 1500 which is
otherwise interpretted as 3691315200.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Tue 29 Oct 2013 05:14:45 PM GMT Name: nd6-ra-byteorder-0001.0.patch
Size: 2kB By: marathon96
Patch to address this issue.
<http://savannah.nongnu.org/bugs/download.php?file_id=29499>
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?40418>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [bug #40418] nd6: Use Byte Ordering Functions,
Grant Erickson <=