-
Notifications
You must be signed in to change notification settings - Fork 8.2k
west: Add mbedtls fix for gcc 14.3 #94358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
west: Add mbedtls fix for gcc 14.3 #94358
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
Additional metadata changed:
⛔ DNM label due to: 1 project with metadata changes Note: This message is automatically posted and updated by the Manifest GitHub Action. |
0b6a139 to
048432d
Compare
048432d to
a8acaf1
Compare
|
|
@keith-packard zephyrproject-rtos/mbedtls#73 is merged. Could you update this PR? |
This patch (merged upstream and to zephyr fork) avoids an incorrect warning generated by gcc 14.3 about array bounds. It should not change the generated code at all. Signed-off-by: Keith Packard <keithp@keithp.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
a8acaf1 to
ae9ae38
Compare
|



This patch avoids an incorrect warning generated by gcc 14.3 about array bounds. It should not change the generated code at all.
This patch merges in the commit from the merged Zephyr module patch, zephyrproject-rtos/mbedtls#73 which is based on the merged upstream mbedtls patch Mbed-TLS/mbedtls#10318