lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 2a8398dfb8a07c0f9fda41411954904e0cd9df21
Date: Thu, 25 Feb 2016 21:03:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  2a8398dfb8a07c0f9fda41411954904e0cd9df21 (commit)
      from  fd891081c4de8b0e5f3648e2b1c463c8c6a758b4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2a8398dfb8a07c0f9fda41411954904e0cd9df21
Author: Joel Cunningham <address@hidden>
Date:   Thu Feb 25 12:53:12 2016 -0600

    Fix bug in FIONREAD handling in LINUXMODE
    
    Fix a bug in the socket API's ioctl for FIONREAD. If the socket's
    lastdata was assigned the function returned without error but did not
    update the argument pointer.
    
    The cast type for argp was also changed to int to conform with the
    other SO_RCVBUF handling.

-----------------------------------------------------------------------

Summary of changes:
 src/api/sockets.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

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