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. master_at_STABLE-2_0_0-465-g4c78ec7
Date: Fri, 17 Mar 2017 15:49:32 -0400 (EDT)

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  4c78ec7931031eb94a82cb942154ad1606772802 (commit)
      from  02e957de1edda90cea49eec2bab6581566356947 (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 4c78ec7931031eb94a82cb942154ad1606772802
Author: Joel Cunningham <address@hidden>
Date:   Fri Mar 17 14:44:47 2017 -0500

    test_socket: replace {0} with memset
    
    Using {0} broke Travis CI even though this should be correct for
    initializing struct msghdr (see example in Linxu man pages:
    http://man7.org/linux/man-pages/man3/cmsg.3.html)
    
    Just use memset for now which is the common approach in LwIP codebase

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

Summary of changes:
 test/unit/api/test_sockets.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


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



reply via email to

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