lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #19225] bind, connect, and sendto should verify input


From: Frédéric Bernon
Subject: [lwip-devel] [bug #19225] bind, connect, and sendto should verify input paramers
Date: Wed, 07 Mar 2007 09:21:23 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2

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

Don't you think this checking would have to be disable to reduce footprint
and increase performance in "production time", but enable to allow a higher
checking during "debug time", or if you don't manage applications using lwip
(in my case, I can trust the application developer, it's me :) )? 

Same thing about api_lib.c:

Lot of code to enable parameters checking inside netconn functions, like :

if (conn == NULL) {
    return ERR_VAL;
  }

Perhaps an ASSERT about that ?




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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