From 9d036277e968b686eae7cb9711cad85f2716efb7 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 9 Aug 2024 00:05:05 -0700 Subject: [PATCH] CHANGES: add changes backported to 4.99. [skip ci] (cherry picked from commit 0c3a9e327652c87076c65e1a71c8055be33d4726) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 1c6345b5..ad4d8580 100644 --- a/CHANGES +++ b/CHANGES @@ -52,6 +52,10 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group Print the list of data link types (-L) to stdout instead of stderr. Use symmetrical quotation characters in error messages. Update --version option to print 32/64-bit build and time_t size. + Improve error messages for invalid interface indexes specified + with -i. + Free interface list just before exiting where it wasn't being + freed. Source code: tcpdump: Fix a memory leak. child_cleanup: reap as many child processes as possible.