lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] pbuf leak for HTTP POST


From: Simon Goldschmidt
Subject: Re: [lwip-users] pbuf leak for HTTP POST
Date: Thu, 25 Sep 2014 14:09:23 +0200

Becker Markus wrote:
> we've had a pbuf leak of the PBUF_POOL when using the httpserver_raw
> [..]
> 
> Our fix was in
> [..]
> to add
> pbuf_free(*inp);
> just before just before line 1479
> *inp = NULL;
> So that the incoming packet is actually freed, which I think

Can you check the current git version of the httpd? I discovered this problem 
some weeks ago and hopefully, it's fixed in git. I'd be glad to hear someone 
test it, as the POST code does not seem to be too widely used, or is it?


Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]