CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/29 13:18:56
Modified files:
lib/libssl/src/crypto/asn1: Tag: OPENBSD_5_9 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
