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-629-gfc7a68b
Date: Wed, 26 Apr 2017 09:46:05 -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  fc7a68b5af12af235062a5f4c0c1a6af4ef9bb92 (commit)
      from  c686261e1e2503939b3ba45e99686fe8824295e6 (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 fc7a68b5af12af235062a5f4c0c1a6af4ef9bb92
Author: Joel Cunningham <address@hidden>
Date:   Wed Apr 26 08:29:44 2017 -0500

    sockets: fix CMSG alignment
    
    This changes the CMSG alignment macros to ensure struct cmsghdr and data
    are on a word (double word on 16-bit arch) aligned boundary
    
    We need to ensure at least 32-bit alignment for 16-bit systems because
    socklen_t could be 32-bit due to our definition

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

Summary of changes:
 src/include/lwip/sockets.h | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)


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



reply via email to

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