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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 5aa556362291b8291a282763118b58cbe6c9bc70
Date: Wed, 10 Feb 2016 21:07:39 +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  5aa556362291b8291a282763118b58cbe6c9bc70 (commit)
       via  09b850cc6f1b8885ad8e456ba7a7339cdf2092a2 (commit)
       via  273d609bac91b6e373dc4a7b08a00a4d48bda40c (commit)
       via  288b4564e462b534a493d6527cb044dc5aabfd2e (commit)
       via  78a36df901a98f9f47fc1a9507ce79f85eb98b55 (commit)
       via  1c1587eef661cbdf16a92794aa3d99449193a851 (commit)
       via  11b810721a76bdfac9ade658b687e99439a003d2 (commit)
       via  e5eba61cf03ac429dc44e0a0003d928a25ff6f85 (commit)
      from  54a2c13b2ed47f1baafeb643838d357c61379b01 (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 5aa556362291b8291a282763118b58cbe6c9bc70
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 21:57:57 2016 +0100

    snmp_msg.c: Fix unchecked return value. Found by Coverity.

commit 09b850cc6f1b8885ad8e456ba7a7339cdf2092a2
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 21:55:50 2016 +0100

    snmp_threadsync.c: Fix ignored return value of mutex/semaphore creation. 
Found by Coverity.

commit 273d609bac91b6e373dc4a7b08a00a4d48bda40c
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 21:21:08 2016 +0100

    mem.c: Fix unintended sign extension (found by Coverity)
    sign_extension: Suspicious implicit sign extension: count with type 
unsigned short (16 bits, unsigned) is promoted in count * size to type int (32 
bits, signed), then sign-extended to type unsigned long (64 bits, unsigned). If 
count * size is greater than 0x7FFFFFFF, the upper bits of the result will all 
be 1.

commit 288b4564e462b534a493d6527cb044dc5aabfd2e
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 20:41:31 2016 +0100

    DNS: Fix potential array out of bounds access. Variable nanswers may 
contain bogus values. (found by Coverity)

commit 78a36df901a98f9f47fc1a9507ce79f85eb98b55
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 20:39:12 2016 +0100

    Netconn: Fix potential NULL pointer dereference (found by Coverity)

commit 1c1587eef661cbdf16a92794aa3d99449193a851
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 20:35:58 2016 +0100

    ICMP: Fix responses were always sent to default netif because of 
uninitialized source IP (found by Coverity)

commit 11b810721a76bdfac9ade658b687e99439a003d2
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 20:34:44 2016 +0100

    ICMP: Fix unused value in icmp_input (found by Coverity)

commit e5eba61cf03ac429dc44e0a0003d928a25ff6f85
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 10 20:32:50 2016 +0100

    SNMP: Correctly name a global variable

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

Summary of changes:
 src/api/api_msg.c               |   12 ++++++------
 src/apps/snmp/snmp_msg.c        |    4 ++--
 src/apps/snmp/snmp_msg.h        |    2 +-
 src/apps/snmp/snmp_netconn.c    |    4 ++--
 src/apps/snmp/snmp_raw.c        |   15 +++++++--------
 src/apps/snmp/snmp_threadsync.c |    6 ++++--
 src/apps/snmp/snmp_traps.c      |   10 +++-------
 src/core/dns.c                  |    2 +-
 src/core/ipv4/icmp.c            |    6 ++----
 src/core/mem.c                  |    2 +-
 10 files changed, 29 insertions(+), 34 deletions(-)


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



reply via email to

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