[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #36170] dhcp array access out of bounds.
From: |
zg |
Subject: |
[lwip-devel] [bug #36170] dhcp array access out of bounds. |
Date: |
Fri, 13 Apr 2012 23:45:34 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.0) AppleWebKit/536.7 (KHTML, like Gecko) Chrome/20.0.1098.0 Safari/536.7 |
URL:
<http://savannah.nongnu.org/bugs/?36170>
Summary: dhcp array access out of bounds.
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: zg0
Submitted on: Fri 13 Apr 2012 11:45:33 PM GMT
Category: TCP
Severity: 3 - Normal
Item Group: Compiler Warning
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release:
lwIP version: 1.4.0
_______________________________________________________
Details:
in dhcp.c:
while(dhcp_option_given(dhcp, DHCP_OPTION_IDX_DNS_SERVER + n) && (n <
DNS_MAX_SERVERS)) {
bound check must be before access, isnt it?
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?36170>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [bug #36170] dhcp array access out of bounds.,
zg <=