lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #35574] Lockup in httpd (the older non-SSI/CGI httpd)


From: Bill Auerbach
Subject: [lwip-devel] [bug #35574] Lockup in httpd (the older non-SSI/CGI httpd)
Date: Tue, 21 Feb 2012 13:27:05 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.1) Gecko/20100101 Firefox/10.0.1

Follow-up Comment #2, bug #35574 (project lwip):

http_send_data_nonssi is structured the same way as it is in mine which I
guess a 1.3.2 version of httpd for httpserver_raw.

Looks like tcp_write can be called (whatever the circumstance) with len == 0
after the if/else.  For me hs->len was 0 and hs->file was NULL.

Why not just return from tcp_write if len == 0.  However it happens that it
might get called with len == 0, there is nothing to do (and technically there
really is no error).

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?35574>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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