From 6361ad9bc61e1041fb4fd8beb8033d6dd1b10efb Mon Sep 17 00:00:00 2001 From: Victor Krasnoshchok Date: Sun, 27 Sep 2020 23:51:21 +0300 Subject: [PATCH] Changelog update #3175 Signed-off-by: Victor Krasnoshchok --- ChangeLog.d/bugfix_PR3616.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.d/bugfix_PR3616.txt diff --git a/ChangeLog.d/bugfix_PR3616.txt b/ChangeLog.d/bugfix_PR3616.txt new file mode 100644 index 0000000000..47d1044922 --- /dev/null +++ b/ChangeLog.d/bugfix_PR3616.txt @@ -0,0 +1,5 @@ +Bugfix + * Fix premature fopen() call in mbedtls_entropy_write_seed_file which may + lead to the seed file corruption in case if the path to the seed file is + equal to MBEDTLS_PLATFORM_STD_NV_SEED_FILE. Contributed by Victor + Krasnoshchok in #3616.