Skip to content

Commit

Permalink
4.5.0-beta1 - update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jun 4, 2024
1 parent 0a21597 commit 14b7e85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
06/02/2024 Version 4.5.0-beta1
06/03/2024 Version 4.5.0-beta1
- fix nansecond timestamp regression bug (#863)
- autotools - AC_HELP_STRING is obsolete in 2.70 (#856)
- configure.ac: do not run conftest in case of cross compilation (#849)
Expand All @@ -9,7 +9,7 @@
- GitHub template for pull requests (#839)
- handle IPv6 fragment extension header (#832 #837)
- Infinite loop in tcprewrite at get.c (#827 #842)
- add check for empty CIDR (#824 #843)
- CVE-2023-43279 add check for empty CIDR (#824 #843)
- AF_XDF socket extension (#822 #823)
- configure.ac: unify search dirs for pcap and add lib32 (#819)
- CVE-2023-4256 double free in tcprewrite DLT_JUNIPER_ETHER (#813 #851)
Expand All @@ -21,7 +21,7 @@
06/04/2023 Version 4.4.4
- overflow check fix for parse_mpls (#795)
- tcpreplay-edit: prevent L2 flooding of ipv6 unicast packets (#793)
- CVE-2023-27786 bugs caused by strtok_r (#782 #784 #785 #786 #787 #788)
- CVE-2023-27784 CVE-2023-27785 CVE-2023-27786 CVE-2023-27787 CVE-2023-27788 CVE-2023-27789 bugs caused by strtok_r (#782 #784 #785 #786 #787 #788)
- CVE-2023-27783 reachable assert in tcpedit_dlt_cleanup (#780)
- add CI and C/C++ Linter and CodeQL (#773)
- reachable assert in fast_edit_packet (#772)
Expand Down Expand Up @@ -101,15 +101,15 @@
- CVE-2018-20553 Correct L2 header length calculations so that IP header offset is correct (#584)
- Correct L2 header length to correct IP header offset (#583)
- Fix warnings from gcc version 10 (#580)
- Heap Buffer Overflow in randomize_iparp (#579)
- CVE-2020-23273 Heap Buffer Overflow in randomize_iparp (#579)
- Use after free in get_ipv6_next (#578)
- CVE-2020-12740 Heap Buffer Overflow in git_ipv6_next (#576)
- Call pcap_freecode() on pcap_compile() (#572)
- Increase max snaplen to 262144 (#571)
- Fix divide by zero in fuzzing (#570)
- Unique IP repeats at very high iteration counts (#566)
- Fails to compile on FreeBSD amd64 13.0 (#558)
- Heap Buffer Overflow in do_checksum (#556) (#577)
- CVE-2020-18976 Heap Buffer Overflow in do_checksum (#556) (#577)
- Attempt to correct corrupt pcap files, if possible (#557)
- Fix GCC v10 warnings (#555)
- Remove some duplicated SOURCES entries (#551)
Expand Down

0 comments on commit 14b7e85

Please sign in to comment.