]> git.ipfire.org Git - thirdparty/openssl.git/commit
SLH-DSA coverity fixes.
authorslontis <shane.lontis@oracle.com>
Wed, 19 Feb 2025 20:54:54 +0000 (07:54 +1100)
committerPauli <ppzgs1@gmail.com>
Thu, 20 Feb 2025 22:12:02 +0000 (09:12 +1100)
commit92159b48e95b6e96b09d0efb4cb418c3497f5cf0
tree9fbd03bbcd9736f2053e3ba5c591a412382f6a8a
parent560e5863711d0eeef48d20d73bc1403f8003ccf3
SLH-DSA coverity fixes.

Fixes 1643092 and 1643093

Neither of these are major issues, but fixed anyway..

i.e. 1<<hm is bounded by the parameter set so this is not an issue
Not checking an error from WPACKET_memcpy() would also not cause an
issue.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/26835)
crypto/slh_dsa/slh_dsa.c
crypto/slh_dsa/slh_fors.c