CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2016/10/16 21:30:14
Modified files: lib/libcrypto/bn: bn_print.c Log message: If BN_div_word() fails (by returning (BN_ULONG)-1) or if the division fails to reduce the input in the expected space then fail out instead of overflowing the allocated buffer. combines openssl commits 28a89639da50b1caed4ff3015508f23173bf3e49 and 3612ff6fcec0e3d1f2a598135fe12177c0419582 ok doug@ beck@