From: Francois-Xavier Le Bail Date: Sun, 20 Mar 2022 21:45:00 +0000 (+0100) Subject: CHANGES: Add more changes that has been backported to 4.99.2 X-Git-Tag: tcpdump-4.99.2~105 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/cc0b3805a329f9db89e1ea52efc3d76b7acbaa5c CHANGES: Add more changes that has been backported to 4.99.2 (cherry picked from commit 34d8e7fbf55a5ddfde055ca2a1c370a6b2ea560f) --- diff --git a/CHANGES b/CHANGES index f2a9490f..9b901501 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,13 @@ TBD MPLS: show the EXP field as TC, as per RFC 5462. ICMP: redo MPLS Extension code as general ICMP Extension code. VQP: Do not print unknown error codes twice. + Juniper: Add some bounds checks. + lwres: Fix a length check. + EAP: Fix some undefined behaviors at runtime. + Ethernet: Rework the length checks. + ZEP: Add thren length checks. + IPX: Add two length checks. + Zephyr: Avoid printing non-ASCII characters. VRRP: Print the protocol name before any GET_(). Use __func__ from C99 in some function calls. DCCP: Get rid of trailing commas in lists. @@ -25,6 +32,7 @@ TBD addrtoname.c: Fix two invalid tests. Building and testing: Update config.guess and config.sub. + Use AS_HELP_STRING macro instead of AC_HELP_STRING. Handle some Autoconf/make errors better. Fix an error when corss-compiling. Fix "make releasetar" on AIX and Solaris.