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: Erik Ekman
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_2_0_RELEASE-92-gfbd597e4
Date: Fri, 29 Nov 2024 12:27:58 -0500 (EST)

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  fbd597e4500bbd51c8872f1ab11e50dba075f291 (commit)
       via  5ee5801c2c9bf16eaa9821193334f37110a87f28 (commit)
       via  f05e20101ec6a5160d00a23dd1def7790aeaccf6 (commit)
       via  52bb3eedd7a9f891afec5d26f03576cb4aced722 (commit)
      from  c06cc7655d9401980008c4f56dc5c1f0e05271b5 (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 fbd597e4500bbd51c8872f1ab11e50dba075f291
Author: Jan Breuer <jan.breuer@jaybee.cz>
Date:   Fri Nov 29 18:26:58 2024 +0100

    snmp: Mention struct field removal in UPGRADING

commit 5ee5801c2c9bf16eaa9821193334f37110a87f28
Author: Jan Breuer <jan.breuer@jaybee.cz>
Date:   Fri Nov 29 11:50:09 2024 +0100

    snmp: remove unused prev field from snmp_varbind

commit f05e20101ec6a5160d00a23dd1def7790aeaccf6
Author: Jan Breuer <jan.breuer@jaybee.cz>
Date:   Wed Nov 27 09:55:36 2024 +0100

    snmp: remove handling of varbind->prev because it is never used
    
    No code in snmp traverses varbinds backwards so prev is never used.
    This also fixes false positive dangling pointer detection by GCC.

commit 52bb3eedd7a9f891afec5d26f03576cb4aced722
Author: Jan Breuer <jan.breuer@jaybee.cz>
Date:   Fri Nov 1 10:38:16 2024 +0100

    snmp: fix dangling pointer in snmp_traps

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

Summary of changes:
 UPGRADING                    |  1 +
 src/apps/snmp/snmp_msg.c     |  1 -
 src/apps/snmp/snmp_traps.c   | 14 +-------------
 src/include/lwip/apps/snmp.h |  2 --
 4 files changed, 2 insertions(+), 16 deletions(-)


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



reply via email to

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