summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2022-12-29 21:51:19 -0800
committerGuy Harris <gharris@sonic.net>2022-12-29 22:04:15 -0800
commit8a39906d61d8088322ac8c0c8a4723061635f510 (patch)
treec2dbbd4051e5ae5e273295898ca2a13b4162925e
parentb44a040e47afa02849b4a0170536bc1af1abe7f8 (diff)
downloadlibpcap-8a39906d61d8088322ac8c0c8a4723061635f510.tar.gz
CHANGES: add items for two (unlikely) crashes. [skip ci]
(cherry picked from commit 7471d5834be8cb954edd929c4a66f99e931ec2b7)
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 506df106..68ffdb47 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,8 @@ Monthday, Month DD, YYYY:
Fix NULL pointer dereference after calling
pcap_open_dead_with_tstamp_precision() or
pcap_fopen_offline_with_tstamp_precision() directly or indirectly.
+ "Dead" pcap_ts from pcap_open_dead():
+ Don't crash if pcap_breakloop() is called.
Savefiles:
Fix pcap_dispatch() to return number of packets processed, rather
than 0, even at EOF.
@@ -34,6 +36,7 @@ Monthday, Month DD, YYYY:
for LINUX_SLL.
Fix inorrectly-computed "real" length for isochronous USB
transfers when reading savefiles.
+ Don't crash if pcap_can_set_rfmon() is called.
Capture:
Never process more than INT_MAX packets in a pcap_dispatch() call,
to avoid integer overflow (issue #1087).