CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/20 09:46:21
Modified files:
lib/libssl/src/crypto/asn1: 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.
