CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2015/09/18 03:00:04
Modified files: lib/libssl/src/crypto/bn: bn_print.c Log message: Revert bn_print.c:r1.25 ("handle negative-zero in BN_bn2dec() too") for now, it has a NULL deref. Segfault reported by Mikolaj Kucharski, ok bcook