CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/12 14:06:46
Modified files:
lib/libcrypto/asn1: tasn_dec.c
Log message:
Call the ASN1_OP_D2I_PRE callback after ASN1_item_ex_new().
In asn1_item_ex_d2i_choice(), only call the ASN1_OP_D2I_PRE callback after
allocation has occurred via ASN1_item_ex_new(). This matches the sequence
handling code and the documentation.
Discussed with tb@
