CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/29 13:08:53
Modified files:
lib/libssl/src/crypto/asn1: Tag: OPENBSD_5_8 a_d2i_fp.c
Log message:
Fix a short-read bug in the previous version of asn1_d2i_read_bio
The outer while() loop is missing, so we only read up to chunk_max bytes.
ok tedu
