Merge pull request #1277 from gilles-peskine-arm/memory_allocation_cleanup_psa_crypto_rsa-changelog-development

Changelog entry for the RSA memory leak
This commit is contained in:
David Horstmann 2024-08-22 15:44:58 +01:00 committed by GitHub
commit 5edab7c57d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,3 @@
Bugfix
* Fix a memory leak that could occur when failing to process an RSA
key through some PSA functions due to low memory conditions.