File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11Documentation and download available at https://www.FreeRTOS.org/
22
3+ Changes between FreeRTOS-plus-TCP V4.2.3 and V4.2.2 released June 04, 2025:
4+ + It was possible to cause an out-of-bounds write when processing LLMNR
5+ or mDNS queries with very long DNS names. This issue only affects systems
6+ using Buffer Allocation Scheme 1 with LLMNR or mDNS enabled.
7+ This issue has been fixed by adding checks to prevent out of bounds write.
8+ We would like to thank Paschal Amusuo (@AmPaschal),
9+ James C Davis (@davisjam), Taylor Le Lievre (@tlelievre26), and
10+ Aravind Kumar Machiry (@machiry) of Purdue University for collaborating
11+ on this issue through the coordinated vulnerability disclosure process.
12+ + Replace any missing functions by assert-false in all CBMC proofs to
13+ improve tests. We would like to thank @tautschnig for their contribution.
14+ + Adjust CBMC proof tooling to support CBMC v6.
15+ We would like to thank @tautschnig for their contribution.
16+
317Changes between FreeRTOS-plus-TCP V4.2.2 and V4.2.1 released July 12, 2024
418 + Update version information in public header file
519
Original file line number Diff line number Diff 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.2.2
51+ PROJECT_NUMBER = V4.2.3
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
Original file line number Diff line number Diff line change 11name : " FreeRTOS-Plus-TCP"
2- version : " V4.2.2 "
2+ version : " V4.2.3 "
33description :
44 " Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to
55 implement the TCP/IP protocol. Suitable for microcontrollers."
You can’t perform that action at this time.
0 commit comments