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. master_at_STABLE-2_0_0-552-g33466ee
Date: Thu, 30 Mar 2017 16:31:01 -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  33466ee6a89ec37c62c0febea55caa5e3384c612 (commit)
       via  1c57c842002a79e419f13d5269caa3eff5940f7c (commit)
       via  aa0601a66d7c8be077b857c01a2b63b1faf5d4fa (commit)
       via  3aa854409a2b50fcae9cce399826d82ed2588e82 (commit)
      from  4313bf2a7479d5da6b6a73e8178743daf7c61ad1 (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 33466ee6a89ec37c62c0febea55caa5e3384c612
Author: goldsimon <address@hidden>
Date:   Thu Mar 30 22:30:27 2017 +0200

    dhcp_parse_reply: return ERR_VAL instead of asserting on offset-out-of-pbuf

commit 1c57c842002a79e419f13d5269caa3eff5940f7c
Author: goldsimon <address@hidden>
Date:   Thu Mar 30 21:54:42 2017 +0200

    vj_uncompress_uncomp: copy from/to bigger buffers (used for checks before) 
instead of cs->cs_ip and ip; just to help static code analysis to see this is 
correct ;-)

commit aa0601a66d7c8be077b857c01a2b63b1faf5d4fa
Author: goldsimon <address@hidden>
Date:   Thu Mar 30 21:31:44 2017 +0200

    snmp_asn1_dec_tlv: explicitly check 'length_bytes > pbuf_stream->length' 
(for clarity, even if it would fail in pbuf_stream later)

commit 3aa854409a2b50fcae9cce399826d82ed2588e82
Author: goldsimon <address@hidden>
Date:   Thu Mar 30 21:29:53 2017 +0200

    pbuf_copy_partial: remove double-check of 'buf' and 'dataptr'

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

Summary of changes:
 src/apps/snmp/snmp_asn1.c | 3 +++
 src/core/ipv4/dhcp.c      | 2 +-
 src/core/pbuf.c           | 8 +-------
 src/netif/ppp/vj.c        | 4 +++-
 4 files changed, 8 insertions(+), 9 deletions(-)


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



reply via email to

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