CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/07 10:35:50
Modified files:
lib/libcrypto/asn1: tasn_prn.c
Log message:
Revert tasn_prn.c r1.18.
In this code, just because something is cast to a type doesn't mean it is
necessarily that type - in this case we cannot check the length of the
ASN1_STRING here, since it might be another data type and later handled
as an int (for example, in the V_ASN1_BOOLEAN case).
We will revisit this post release.
ok tb@
