Skip to content

Commit 61b898d

Browse files
committed
Fix formatting
1 parent 0e313e0 commit 61b898d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

History.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Documentation and download available at https://www.FreeRTOS.org/
22

33
Changes between FreeRTOS-plus-TCP V4.2.5 and V4.2.4 released October 10, 2025:
4-
+ Fixed possible buffer over read when processing ICMPv6 packets of
4+
+ Fixed possible buffer over read when processing ICMPv6 packets of
55
certain message types which are smaller than the expected size.
6-
+ Fixed missing validation check in IPv6 packet processing code which
7-
can lead to out-of-bounds read when receiving a IPv6 packet with
6+
+ Fixed missing validation check in IPv6 packet processing code which
7+
can lead to out-of-bounds read when receiving a IPv6 packet with
88
incorrect payload lengths in the packet header.
99
+ Fixed possible NULL pointer dereference when IPv6 link local endpoint
1010
is not present in the system when IPv6 is enabled.
11-
+ Fixed missing validation check in UDP/IPv6 packet processing code which can
12-
lead to invalid pointer dereference when receiving a UDP/IPv6 packet with an
11+
+ Fixed missing validation check in UDP/IPv6 packet processing code which can
12+
lead to invalid pointer dereference when receiving a UDP/IPv6 packet with an
1313
incorrect IP version field in the packet header.
14-
We would like to thank Ivan Gotovchits on behalf of Mayhem Security for
14+
We would like to thank Ivan Gotovchits on behalf of Mayhem Security for
1515
collaborating on above issues through the coordinated vulnerability disclosure process.
1616

1717
Changes between FreeRTOS-plus-TCP V4.2.4 and V4.2.3 released June 10, 2025:

0 commit comments

Comments
 (0)