lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #54254] ppp/utils.c use isdigit() from ctype.h instead


From: Sergey A. Borshch
Subject: [lwip-devel] [bug #54254] ppp/utils.c use isdigit() from ctype.h instead of lwip_isdigit()
Date: Thu, 5 Jul 2018 17:41:17 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.183 Safari/537.36 Vivaldi/1.96.1147.47

URL:
  <http://savannah.nongnu.org/bugs/?54254>

                 Summary: ppp/utils.c use isdigit() from ctype.h instead of
lwip_isdigit()
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: dushevny
            Submitted on: Thu 05 Jul 2018 09:41:16 PM UTC
                Category: PPP
                Severity: 3 - Normal
              Item Group: Change Request
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None
            lwIP version: 2.0.3

    _______________________________________________________

Details:

There are two places where isdigit() used. Suggestion: remove ctype.h
inclusion and replace isdigit() calls with lwip_isdigit().




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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