lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #10329] Fix a printf conversion specifier in mdns.c


From: Shawn Silverman
Subject: [lwip-devel] [patch #10329] Fix a printf conversion specifier in mdns.c
Date: Sun, 9 Apr 2023 13:02:33 -0400 (EDT)

URL:
  <https://savannah.nongnu.org/patch/?10329>

                 Summary: Fix a printf conversion specifier in mdns.c
                   Group: lwIP - A Lightweight TCP/IP stack
               Submitter: ssilverman
               Submitted: Sun 09 Apr 2023 05:02:31 PM UTC
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Sun 09 Apr 2023 05:02:31 PM UTC By: Shawn Silverman <ssilverman>
A u32_t value is printed as a %d, so the conversion specifier was changed to
%lu plus a "(unsigned long)" cast. The cast is in case u32_t is defined to be
a regular unsigned int; a warning is prevented.






    _______________________________________________________
File Attachments:


-------------------------------------------------------
Date: Sun 09 Apr 2023 05:02:31 PM UTC  Name:
0001-Fix-a-printf-conversion-specifier-in-mdns.c.patch  Size: 1KiB   By:
ssilverman

<http://savannah.nongnu.org/patch/download.php?file_id=54585>

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/patch/?10329>

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




reply via email to

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