]> git.ipfire.org Git - thirdparty/openssl.git/commit
The condition that is never checked has been removed.
authorDmitriy Denisov <other_ddn@mail.ru>
Tue, 13 May 2025 08:56:33 +0000 (11:56 +0300)
committerTomas Mraz <tomas@openssl.org>
Mon, 19 May 2025 14:26:34 +0000 (16:26 +0200)
commit31fe5dfc3cc3bf064866ff9c7e7d27c9d722031b
tree37ffb2e3e8522d30d18411b4b69f2945a7a8dc8f
parent59f887330f5ef7d3f4504eb18cfed7cac3d824c2
The condition that is never checked has been removed.

If criterion == OSSL_STORE_SEARCH_BY_KEY_FINGERPRINT, the criterion !=0 condition will be triggered.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27607)

(cherry picked from commit 00480f1def86aab882f2bd4d15d2d03862009718)
apps/storeutl.c