Skip to content

Commit

Permalink
[v4.1.1] Update version info (#1156)
Browse files Browse the repository at this point in the history
* Update version info

* Update version info

* Code review suggestions

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

---------

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
  • Loading branch information
tony-josi-aws and aggarg committed Jun 13, 2024
1 parent ad03bea commit 4824bdf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
Documentation and download available at https://www.FreeRTOS.org/

Changes between FreeRTOS-plus-TCP V4.1.1 and V4.1.0 released June 12, 2024
+ FreeRTOS DNS Response Handling: It was possible for a carefully crafted
DNS response with domain name length value greater than the actual domain
name length, to cause a buffer over-read within the DNS Response Parser.
This issue affects applications using DNS functionality of the
FreeRTOS-Plus-TCP stack. Applications that do not use DNS functionality
are not affected, even when the DNS functionality is enabled.
This issue has been fixed by modifying the code to ensure that the DNS
Response Parser never attempts to read beyond the DNS response buffer
boundary.
We would like to thank Paschal Amusuo, James C. Davis, and Aravind Machiry
of Purdue University, for reporting this issue.

Changes between FreeRTOS-plus-TCP V4.1.0 and V4.0.0 released March 8, 2024
+ Add new Network Interface for Corstone-300 FVP (MPS3_AN552).
We thank @urutva for their contribution.
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = FreeRTOS-Plus-TCP
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = V4.1.0
PROJECT_NUMBER = V4.1.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "FreeRTOS-Plus-TCP"
version: "V4.1.0"
version: "V4.1.1"
description:
"Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to
implement the TCP/IP protocol. Suitable for microcontrollers."
Expand Down

0 comments on commit 4824bdf

Please sign in to comment.