[openssl/openssl] 1efd85: Fix aarch64 signed bit shift issue found by UBSAN
Tomas Mraz
noreply at reply.github.openssl.org
Tue Jul 19 10:15:07 UTC 2022
Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 1efd8533e1ccc5c5e69795eb393a6b79b62e48e2
https://github.openssl.org/openssl/openssl/commit/1efd8533e1ccc5c5e69795eb393a6b79b62e48e2
Author: Tom Cosgrove <tom.cosgrove at arm.com>
Date: 2022-07-19 (Tue, 19 Jul 2022)
Changed paths:
M crypto/aes/asm/bsaes-armv8.pl
M crypto/arm_arch.h
Log Message:
-----------
Fix aarch64 signed bit shift issue found by UBSAN
Also fix conditional branch out of range when using sanitisers.
Fixes #18813
Signed-off-by: Tom Cosgrove <tom.cosgrove at arm.com>
Change-Id: Ic543885091ed3ef2ddcbe21de0a4ac0bca1e2494
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18816)
More information about the openssl-commits
mailing list