CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/02/15 03:50:32
Modified files:
lib/libssl/src/crypto/bn: Tag: OPENBSD_5_2 bn_word.c
Log message:
Fix a buffer overflow in BN_add_word which would occur when certain values
are added to a single word bignum.
from markus@
ok djm@
