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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 145efb1a335b9300252c6ca84183af03e243972a
Date: Mon, 03 Aug 2015 18:36:04 +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  145efb1a335b9300252c6ca84183af03e243972a (commit)
      from  22d2af2a2985998d03a7642422dcc25453a4d9a9 (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 145efb1a335b9300252c6ca84183af03e243972a
Author: Erik Ekman <address@hidden>
Date:   Wed Jul 1 12:55:39 2015 +0200

    Fix edge case in pbuf_take_at()
    
    Writes to offsets pointing to the start of a pbuf in the chain
    did nothing and just returned ERR_OK.
    
    Added unit tests to verify the fix, and also
    that pbuf_get_at()/pbuf_put_at() handles this case.

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

Summary of changes:
 src/core/pbuf.c            |   12 +++----
 test/unit/core/test_pbuf.c |   84 +++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 88 insertions(+), 8 deletions(-)


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



reply via email to

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