-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Aditya Deshpande <[email protected]>
- Loading branch information
1 parent
a7d8791
commit e87ed42
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
* 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. |