CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/08 18:05:45
Modified files:
lib/libcrypto/bn: bn_mpi.c
Log message:
Fix possible memory leak in BN_mpi2bn() if BN_bin2bn() fails.
found with CodeChecker
feedback from millert@
ok tb@
