Skip to content

Commit 31bae44

Browse files
committed
[V4.3.4] release notes and version updates
1 parent 17131d0 commit 31bae44

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

History.txt

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

3+
Changes between FreeRTOS-plus-TCP V4.3.4 and V4.3.3 released October 10, 2025:
4+
+ Fixed possible buffer over read when processing ICMPv6 packets of
5+
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
8+
incorrect payload lengths in the packet header.
9+
+ Fixed possible NULL pointer dereference when IPv6 link local endpoint
10+
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
13+
incorrect IP version field in the packet header.
14+
We would like to thank Ivan Gotovchits on behalf of Mayhem Security for
15+
collaborating on above issues through the coordinated vulnerability disclosure process.
16+
317
Changes between FreeRTOS-plus-TCP V4.3.3 and V4.3.2 released June 10, 2025:
418
+ Fixed maximum network buffer allocation size check when buffer
519
allocation scheme 1 is used which caused allocation failure on

docs/doxygen/config.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = FreeRTOS-Plus-TCP
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = V4.3.3
51+
PROJECT_NUMBER = V4.3.4
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "FreeRTOS-Plus-TCP"
2-
version: "V4.3.3"
2+
version: "V4.3.4"
33
description:
44
"Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to
55
implement the TCP/IP protocol. Suitable for microcontrollers."

0 commit comments

Comments
 (0)