mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Merge remote-tracking branch 'origin/pr/2813' into mbedtls-2.16
* origin/pr/2813: Fix uninitialized variable in x509_crt
This commit is contained in:
commit
fe1d66d3e2
2 changed files with 7 additions and 6 deletions
|
|
@ -25,6 +25,9 @@ Bugfix
|
|||
address-sanitizer and enabling but not using MBEDTLS_ECP_RESTARTABLE.
|
||||
* Fix memory leak in in mpi_miller_rabin(). Contributed by
|
||||
Jens Wiklander <jens.wiklander@linaro.org> in #2363
|
||||
* Improve code clarity in x509_crt module, removing false-positive
|
||||
uninitialized variable warnings on some recent toolchains (GCC8, etc).
|
||||
Discovered and fixed by Andy Gross (Linaro), #2392.
|
||||
|
||||
Changes
|
||||
* Make it easier to define MBEDTLS_PARAM_FAILED as assert (which config.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue