summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2022-12-29 02:58:28 +0000
committerGuy Harris <gharris@sonic.net>2022-12-29 22:03:28 -0800
commitb44a040e47afa02849b4a0170536bc1af1abe7f8 (patch)
tree9f0a651b842bed08b602f17b806a1c83d5400280
parentabbed1c55afac225b0a371ed69d46dec47e95a67 (diff)
downloadlibpcap-b44a040e47afa02849b4a0170536bc1af1abe7f8.tar.gz
Add the NPD bug fix to 1.10.2 change log section. [skip ci]
(cherry picked from commit 6da65753e5274719b892ebe96307c61dcac441f3)
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6013292f..506df106 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,9 @@ Monthday, Month DD, YYYY:
Use the Wayback Machine for a removed document in a comment.
Add some const qualifiers.
RDMA: Use PRIu64 to print a uint64_t.
+ Fix NULL pointer dereference after calling
+ pcap_open_dead_with_tstamp_precision() or
+ pcap_fopen_offline_with_tstamp_precision() directly or indirectly.
Savefiles:
Fix pcap_dispatch() to return number of packets processed, rather
than 0, even at EOF.