patchlwIP - A Lightweight TCP/IP stack - Patches: patch #9696, alloc_socket(): Check for...

 
 

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

patch #9696: alloc_socket(): Check for LWIP_SOCKET_POLL when setting select-related variables

Submitter:  Joan Lledó <jllledo>
Submitted:  Sun 07 Oct 2018 02:52:06 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Planned Release:  None

Mon 08 Oct 2018 06:52:47 AM UTC, comment #1: 

Applied, thanks for the fix!

Dirk Ziegelmeier <dziegel>
Group administrator
Sun 07 Oct 2018 02:52:06 PM UTC, original submission:  

In the struct lwip_sock definition, rcvevent and pals are defined when LWIP_SOCKET_SELECT || LWIP_SOCKET_POLL. But in alloc_socket(), the condition to set these variables is only when LWIP_SOCKET_SELECT, shouldn't it be the same condition in both cases?

Joan Lledó <jllledo>

 

(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 dziegel (Posted a comment)
  • -email is unavailable- added by jllledo (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.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-10-08 dziegel StatusNone Done
        Open/ClosedOpen Closed
    2018-10-07 jllledo Attached File- Added 0001-alloc_socket-Check-for-LWIP_SOCKET_POLL-when-setting.patch, #45160

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code