[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #26407] Initialization
From: |
Rikke Ottesen |
Subject: |
[lwip-devel] [bug #26407] Initialization |
Date: |
Thu, 30 Apr 2009 11:05:15 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 |
URL:
<http://savannah.nongnu.org/bugs/?26407>
Summary: Initialization
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: ro03
Submitted on: Thu 30 Apr 2009 11:05:13 AM GMT
Category: IPv4
Severity: 3 - Normal
Item Group: Change Request
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release:
lwIP version: 1.3.0
_______________________________________________________
Details:
The category does not only apply to IPv4 but this is more in general.
This is only a request, because I use a tool called Purify to find memory
leaks an uinitialized memory.
There is a lot of code where the variables is'nt initialized in the different
functions.
Ex.
ip.c file
ip_input(struct pbuf *p, struct netif *inp)
{
struct ip_hdr *iphdr;
struct netif *netif;
u16_t iphdr_hlen;
u16_t iphdr_len;
...
Could you please initialize those?
Cheers
Rikke
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?26407>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #26407] Initialization,
Rikke Ottesen <=