From 3b18a29c13da779d7bb898feced00f7b150f69e5 Mon Sep 17 00:00:00 2001 From: Aditya Deshpande Date: Tue, 31 Jan 2023 16:22:57 +0000 Subject: [PATCH] Amend changelog entry Signed-off-by: Aditya Deshpande --- ChangeLog.d/fix-example-programs-no-args.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ChangeLog.d/fix-example-programs-no-args.txt b/ChangeLog.d/fix-example-programs-no-args.txt index bfdf66725b..57fe37a8ea 100644 --- a/ChangeLog.d/fix-example-programs-no-args.txt +++ b/ChangeLog.d/fix-example-programs-no-args.txt @@ -1,7 +1,4 @@ Bugfix - * Fix a bug present in multiple example programs where running the program - from the shell without any command line argument results argv[1] being - accessed. The above was fixed for the following: pem2der.c, cert_req.c, - cert_app.c, cert_write.c, req_app.c, crl_app.c, dh_genprime.c, key_app.c, - gen_key.c, key_app_writer.c, ssl_client2.c, ssl_server2.c, - ssl_mail_client.c. \ No newline at end of file + * Fix behavior of certain sample programs which could, when run with no + arguments, access uninitialized memory in some cases. Fixes #6700 (which + was found by TrustInSoft Analyzer during REDOCS'22) and #1120.