]> git.ipfire.org Git - thirdparty/openssl.git/commit
pbe: sort stack before using find
authorPauli <pauli@openssl.org>
Thu, 27 Apr 2023 00:55:48 +0000 (10:55 +1000)
committerPauli <pauli@openssl.org>
Mon, 1 May 2023 07:14:42 +0000 (17:14 +1000)
commitfb7a7f099ecbabbf65c42856ec9fb9d898b15907
treeb39909014aa96897d66ad9d0a2f3388602e3d7cf
parent0feb90ba6093a59dcea0279d699169f604600d49
pbe: sort stack before using find

There is no lock for the sort.  This is no worse than the
existing code which sorted silently without a lock.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/20842)
crypto/evp/evp_pbe.c