patchlwIP - A Lightweight TCP/IP stack - Patches: patch #10281, api: sockets: Also allow...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #10281: api: sockets: Also allow sockaddr_storage length

Submitter:  Stephan Gerhold <sgerhold>
Submitted:  Mon 19 Sep 2022 05:45:21 PM UTC
   
 
Category:  sockets/netconn Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Planned Release:  None

Mon 19 Sep 2022 05:45:21 PM UTC, original submission:  

Hi,

I ran into some problems trying to compile lwIP against external socket headers from uClibc. This patch extends the IS_SOCK_ADDR_LEN_VALID() macro to also allow giving in sizeof(struct sockaddr_storage) to POSIX socket API calls. Without this socket-related calls were always failing in a few POSIX network applications that I tested.

Thanks,
Stephan

Stephan Gerhold <sgerhold>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by sgerhold (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-09-19 sgerhold Attached File- Added 0001-api-sockets-Also-allow-sockaddr_storage-length.patch, #53719

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code