]> git.ipfire.org Git - thirdparty/openssl.git/commit
Use opt_int_arg() to parse integers in apps/speed.c
authorKevin K Biju <kevinkbiju@gmail.com>
Tue, 1 Feb 2022 05:34:35 +0000 (11:04 +0530)
committerTomas Mraz <tomas@openssl.org>
Thu, 3 Feb 2022 12:53:44 +0000 (13:53 +0100)
commit78212c6472ed3ade565ebcde0330d6eca7785fd6
treee2188d3a628365b203449dcf87bb5e9aa0165f39
parent944f822aadc88b2e25f7695366810c73a53a00c8
Use opt_int_arg() to parse integers in apps/speed.c

We use opt_int_arg() to prevent malformed processing of
hexadecimal input to some command line options.

Updated help to mention the change.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17585)
apps/speed.c