Fix failure to check result of bn_rshift_fixed_top
authorHugo Landau <hlandau@openssl.org>
Mon, 4 Apr 2022 11:25:16 +0000 (12:25 +0100)
committerPauli <pauli@openssl.org>
Thu, 7 Apr 2022 00:36:30 +0000 (10:36 +1000)
commitbc6bac8561ead83d6135f376ffcbbb0b657e64fe
tree427e59f17b9374a33154018737367730c7d8522a
parent948cf521798a801cfde47a137343e6f958d71f04
Fix failure to check result of bn_rshift_fixed_top

Fixes #18010.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18034)
crypto/bn/bn_div.c