lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #6765] Supporting new line characters in inet_aton()


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #6765] Supporting new line characters in inet_aton()
Date: Wed, 15 Apr 2009 19:06:52 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; de; rv:1.9.0.8) Gecko/2009032608 Firefox/3.0.8

Update of patch #6765 (project lwip):

                  Status:                    None => Done                   
             Assigned to:                    None => goldsimon              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

I guess the actual bug here is fixed like this:

-  if (c != ' ' && (!isprint(c) || !isspace(c)))
+  if (c != ' ' && !isprint(c) && !isspace(c))

I'll check it in, please reopen if you feel otherwise.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?6765>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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