]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix potential UB memcmps in obj_dat.c
authorBob Beck <beck@openssl.org>
Thu, 30 Apr 2026 19:27:32 +0000 (13:27 -0600)
committerNeil Horman <nhorman@openssl.org>
Thu, 7 May 2026 18:14:45 +0000 (14:14 -0400)
commit4dca3082f8fd1acd80424271cbcd834ac1229461
treef438f3b9c0793b23bea06d87d2880fedb16a215d
parent945cc69f5448b9da2a0ae8ac1e55efa45a442d12
Fix potential UB memcmps in obj_dat.c

By calling the real OBJ_cmp

Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
MergeDate: Thu May  7 18:14:54 2026
(Merged from https://github.com/openssl/openssl/pull/31048)
crypto/objects/obj_dat.c