CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/08/03 04:33:46
Modified files:
lib/libcrypto/bn: bn_mont.c
Log message:
Avoid signed overflow in BN_MONT_CTX_set()
ri is an int, so the check relied on signed overflow (UB). It's not really
reachable, but shrug.
reported by smatch via jsg
ok beck jsing kenjiro
