Skip to content

Commit cd34ed2

Browse files
authored
Merge pull request #308 from eclipse-threadx/dev
Release version v.6.4.3
2 parents bd5d12e + e74e055 commit cd34ed2

File tree

1,158 files changed

+4348
-3139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,158 files changed

+4348
-3139
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
| Maintenance Type | Status | Version | Description | Files Modified or Created | Date Resolved (DD/MM/YYYY) | Resolved By |
2+
| ---------------- | ------ | ------- | ----------- | ------------------------- | --------------------- | ----------- |
3+
| NetX Duo Release | Closed | 6.4.3 | Release | NextX Duo 6.4.3 release | 18/03/2025 | Frédéric Desbiens |
4+
| Bug Fix | Closed | 6.4.3 | Addresses the following CVEs: <br/>[CVE-2025-2258](https://github.com/eclipse-threadx/netxduo/security/advisories/GHSA-chqp-8vf8-cj25)<br/>[CVE-2025-2259](https://github.com/eclipse-threadx/netxduo/security/advisories/GHSA-chhp-gmxc-46rq)<br/>[CVE-2025-2260](https://github.com/eclipse-threadx/netxduo/security/advisories/GHSA-f42f-6fvv-xqx3) | addons/http/nxd_http_server.c | 18/03/2025 | Frédéric Desbiens |

addons/BSD/nxd_bsd.c

Lines changed: 76 additions & 75 deletions
Large diffs are not rendered by default.

addons/BSD/nxd_bsd.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************
22
* Copyright (c) 2024 Microsoft Corporation
3+
* Copyright (c) 2025-present Eclipse ThreadX Contributors
34
*
45
* This program and the accompanying materials are made available under the
56
* terms of the MIT License which is available at
@@ -24,7 +25,7 @@
2425
/* BSD DEFINITIONS RELEASE */
2526
/* */
2627
/* nxd_bsd.h PORTABLE C */
27-
/* 6.4.0 */
28+
/* 6.4.3 */
2829
/* AUTHOR */
2930
/* */
3031
/* Yuxin Zhou, Microsoft Corporation */

addons/auto_ip/nx_auto_ip.c

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************
22
* Copyright (c) 2024 Microsoft Corporation
3+
* Copyright (c) 2025-present Eclipse ThreadX Contributors
34
*
45
* This program and the accompanying materials are made available under the
56
* terms of the MIT License which is available at
@@ -54,7 +55,7 @@ static NX_AUTO_IP *_nx_auto_ip_ptr;
5455
/* FUNCTION RELEASE */
5556
/* */
5657
/* _nxe_auto_ip_create PORTABLE C */
57-
/* 6.1 */
58+
/* 6.4.3 */
5859
/* AUTHOR */
5960
/* */
6061
/* Yuxin Zhou, Microsoft Corporation */
@@ -121,7 +122,7 @@ UINT status;
121122
/* FUNCTION RELEASE */
122123
/* */
123124
/* _nx_auto_ip_create PORTABLE C */
124-
/* 6.1 */
125+
/* 6.4.3 */
125126
/* AUTHOR */
126127
/* */
127128
/* Yuxin Zhou, Microsoft Corporation */
@@ -222,7 +223,7 @@ UINT status;
222223
/* FUNCTION RELEASE */
223224
/* */
224225
/* _nxe_auto_ip_set_interface PORTABLE C */
225-
/* 6.1 */
226+
/* 6.4.3 */
226227
/* AUTHOR */
227228
/* */
228229
/* Yuxin Zhou, Microsoft Corporation */
@@ -283,7 +284,7 @@ UINT status;
283284
/* FUNCTION RELEASE */
284285
/* */
285286
/* _nx_auto_ip_set_interface PORTABLE C */
286-
/* 6.1 */
287+
/* 6.4.3 */
287288
/* AUTHOR */
288289
/* */
289290
/* Yuxin Zhou, Microsoft Corporation */
@@ -345,7 +346,7 @@ UINT _nx_auto_ip_set_interface(NX_AUTO_IP *auto_ip_ptr, UINT interface_index)
345346
/* FUNCTION RELEASE */
346347
/* */
347348
/* _nxe_auto_ip_get_address PORTABLE C */
348-
/* 6.1 */
349+
/* 6.4.3 */
349350
/* AUTHOR */
350351
/* */
351352
/* Yuxin Zhou, Microsoft Corporation */
@@ -403,7 +404,7 @@ UINT status;
403404
/* FUNCTION RELEASE */
404405
/* */
405406
/* _nx_auto_ip_get_address PORTABLE C */
406-
/* 6.1 */
407+
/* 6.4.3 */
407408
/* AUTHOR */
408409
/* */
409410
/* Yuxin Zhou, Microsoft Corporation */
@@ -478,7 +479,7 @@ NX_IP *ip_ptr;
478479
/* FUNCTION RELEASE */
479480
/* */
480481
/* _nxe_auto_ip_start PORTABLE C */
481-
/* 6.1 */
482+
/* 6.4.3 */
482483
/* AUTHOR */
483484
/* */
484485
/* Yuxin Zhou, Microsoft Corporation */
@@ -539,7 +540,7 @@ UINT status;
539540
/* FUNCTION RELEASE */
540541
/* */
541542
/* _nx_auto_ip_start PORTABLE C */
542-
/* 6.1 */
543+
/* 6.4.3 */
543544
/* AUTHOR */
544545
/* */
545546
/* Yuxin Zhou, Microsoft Corporation */
@@ -606,7 +607,7 @@ UINT _nx_auto_ip_start(NX_AUTO_IP *auto_ip_ptr, ULONG starting_local_address)
606607
/* FUNCTION RELEASE */
607608
/* */
608609
/* _nxe_auto_ip_stop PORTABLE C */
609-
/* 6.1 */
610+
/* 6.4.3 */
610611
/* AUTHOR */
611612
/* */
612613
/* Yuxin Zhou, Microsoft Corporation */
@@ -667,7 +668,7 @@ UINT status;
667668
/* FUNCTION RELEASE */
668669
/* */
669670
/* _nx_auto_ip_stop PORTABLE C */
670-
/* 6.1 */
671+
/* 6.4.3 */
671672
/* AUTHOR */
672673
/* */
673674
/* Yuxin Zhou, Microsoft Corporation */
@@ -721,7 +722,7 @@ UINT status;
721722
/* FUNCTION RELEASE */
722723
/* */
723724
/* _nxe_auto_ip_delete PORTABLE C */
724-
/* 6.1 */
725+
/* 6.4.3 */
725726
/* AUTHOR */
726727
/* */
727728
/* Yuxin Zhou, Microsoft Corporation */
@@ -782,7 +783,7 @@ UINT status;
782783
/* FUNCTION RELEASE */
783784
/* */
784785
/* _nx_auto_ip_delete PORTABLE C */
785-
/* 6.1 */
786+
/* 6.4.3 */
786787
/* AUTHOR */
787788
/* */
788789
/* Yuxin Zhou, Microsoft Corporation */
@@ -1202,7 +1203,7 @@ ULONG host_ip_address;
12021203
/* FUNCTION RELEASE */
12031204
/* */
12041205
/* _nx_auto_ip_conflict PORTABLE C */
1205-
/* 6.1 */
1206+
/* 6.4.3 */
12061207
/* AUTHOR */
12071208
/* */
12081209
/* Yuxin Zhou, Microsoft Corporation */

addons/auto_ip/nx_auto_ip.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************
22
* Copyright (c) 2024 Microsoft Corporation
3+
* Copyright (c) 2025-present Eclipse ThreadX Contributors
34
*
45
* This program and the accompanying materials are made available under the
56
* terms of the MIT License which is available at
@@ -25,7 +26,7 @@
2526
/* APPLICATION INTERFACE DEFINITION RELEASE */
2627
/* */
2728
/* nx_auto_ip.h PORTABLE C */
28-
/* 6.1.9 */
29+
/* 6.4.3 */
2930
/* AUTHOR */
3031
/* */
3132
/* Yuxin Zhou, Microsoft Corporation */

addons/azure_iot/nx_azure_iot.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************
22
* Copyright (c) 2024 Microsoft Corporation
3+
* Copyright (c) 2025-present Eclipse ThreadX Contributors
34
*
45
* This program and the accompanying materials are made available under the
56
* terms of the MIT License which is available at

addons/azure_iot/nx_azure_iot.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************
22
* Copyright (c) 2024 Microsoft Corporation
3+
* Copyright (c) 2025-present Eclipse ThreadX Contributors
34
*
45
* This program and the accompanying materials are made available under the
56
* terms of the MIT License which is available at

addons/azure_iot/nx_azure_iot_adu_agent.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************
22
* Copyright (c) 2024 Microsoft Corporation
3+
* Copyright (c) 2025-present Eclipse ThreadX Contributors
34
*
45
* This program and the accompanying materials are made available under the
56
* terms of the MIT License which is available at

addons/azure_iot/nx_azure_iot_adu_agent.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************
22
* Copyright (c) 2024 Microsoft Corporation
3+
* Copyright (c) 2025-present Eclipse ThreadX Contributors
34
*
45
* This program and the accompanying materials are made available under the
56
* terms of the MIT License which is available at

addons/azure_iot/nx_azure_iot_adu_root_key.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************
22
* Copyright (c) 2024 Microsoft Corporation
3+
* Copyright (c) 2025-present Eclipse ThreadX Contributors
34
*
45
* This program and the accompanying materials are made available under the
56
* terms of the MIT License which is available at

0 commit comments

Comments
 (0)