]> git.ipfire.org Git - thirdparty/openssl.git/commit
bn_lib.c: Change Endianess check to as a binary condition.
authorKelvin Lee <kiyolee@gmail.com>
Sat, 22 Jan 2022 00:22:31 +0000 (11:22 +1100)
committerTomas Mraz <tomas@openssl.org>
Thu, 10 Feb 2022 14:20:30 +0000 (15:20 +0100)
commit649999dc57419ddd9329f7062b048dee5ecd9306
tree7f4206f8255dd9129f9253c1200a08b6f4b8bcf0
parent63b996e752ac698186c38177232280e6515d571b
bn_lib.c: Change Endianess check to as a binary condition.

This prevents VS2022 from mis-identify an uninitialized local pointer
variable.

CLA: trivial

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17567)
crypto/bn/bn_lib.c