buglwIP - A Lightweight TCP/IP stack - Bugs: bug #42117, lwip_fcntl does not set errno

 
 

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

bug #42117: lwip_fcntl does not set errno

Submitter:  Martin Velek <allew>
Submitted:  Mon 14 Apr 2014 02:40:05 PM UTC
   
 
Category:  sockets/netconn Severity:  3 - Normal
Item Group:  Faulty Behaviour Status:  Fixed
Privacy:  Public Assigned to:  goldsimon
Open/Closed:  Closed Planned Release:  None
lwIP version:  git head

Tue 02 Sep 2014 07:08:57 PM UTC, comment #1: 

Fixed, thanks for reporting.

Simon Goldschmidt <goldsimon>
Group administrator
Mon 14 Apr 2014 02:40:05 PM UTC, original submission:  

The function lwip_fcntl does not set errno variable if the cmd value is not implemented.

There should be sock_set_errno(sock, ENOSYS); /* not yet implemented */
in the default: section, similarly like lwip_ioctl.

Martin


Martin Velek <allew>

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Posted a comment)
  • -email is unavailable- added by allew (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
    2014-09-02 goldsimon StatusNone Fixed
        Assigned toNone goldsimon
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code