This website requires JavaScript.
Explore
Help
Register
Sign In
yuzu-emu
/
mbedtls
Watch
1
Star
0
Fork
0
You've already forked mbedtls
mirror of
https://github.com/yuzu-emu/mbedtls.git
synced
2024-11-23 13:55:43 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9edff740e1
mbedtls
/
ChangeLog.d
/
fix_psa_crypto_leak.txt
3 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix memory leak in error case in psa_crypto In psa_generate_derived_key_internal() an error case was returning directly rather than jumping to the exit label, which meant that an allocated buffer would not be free'd. Found via coverity. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2021-02-09 19:58:20 +01:00
Bugfix
Correct english in changelog. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2021-02-12 15:47:31 +01:00
* Fix a memory leak in an error case in psa_generate_derived_key_internal().
Reference in New Issue
Copy Permalink