forked from Mbed-TLS/mbedtls
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Mbed-TLS#816 from ARMmbed/development
Merge recent commits from development into 2.26.0-rc
- Loading branch information
Showing
32 changed files
with
1,981 additions
and
889 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Bugfix | ||
* Add printf function attributes to mbedtls_debug_print_msg to ensure we | ||
get printf format specifier warnings. | ||
Changes | ||
* Add extra printf compiler warning flags to builds. | ||
Requirement changes | ||
* The library now uses the %zu format specifier with the printf() family of | ||
functions, so requires a toolchain that supports it. This change does not | ||
affect the maintained LTS branches, so when contributing changes please | ||
bear this in mind and do not add them to backported code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Changes | ||
* Fix memsan build false positive in x509_crt.c with clang 11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.