CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 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