lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #10280] Add missing checks for LWIP_SOCKET_HAVE_SA_L


From: Stephan Gerhold
Subject: [lwip-devel] [patch #10280] Add missing checks for LWIP_SOCKET_HAVE_SA_LEN
Date: Mon, 19 Sep 2022 13:41:11 -0400 (EDT)

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

                 Summary: Add missing checks for LWIP_SOCKET_HAVE_SA_LEN
                 Project: lwIP - A Lightweight TCP/IP stack
               Submitter: sgerhold
               Submitted: Mon 19 Sep 2022 05:41:10 PM UTC
                Category: sockets/netconn
                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: Mon 19 Sep 2022 05:41:10 PM UTC By: Stephan Gerhold <sgerhold>
Hi,

I ran into some problems trying to compile lwIP against external socket
headers from uClibc. This patch adds some missing #ifdefs for usages of the
"sin_len" field of struct sockaddr, which might not exist in the external
socket headers. src/api/sockets.c handles this by checking if
LWIP_SOCKET_HAVE_SA_LEN is defined, but the same checks are missing in
src/api/netdb.c and contrib/apps/ping/ping.c.

Thanks,
Stephan






    _______________________________________________________
File Attachments:


-------------------------------------------------------
Date: Mon 19 Sep 2022 05:41:10 PM UTC  Name:
0001-Add-missing-checks-for-LWIP_SOCKET_HAVE_SA_LEN.patch  Size: 2KiB   By:
sgerhold

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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