CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/06 06:16:06
Modified files:
lib/libcrypto/asn1: tasn_fre.c
Log message:
Revert revision 1.12 commit. Although *pval looks like a C pointer,
it may be something else. For primitive types it is possible that
a boolean int has been casted to an ASN1_VALUE pointer. Then the
64 bit read access to *pval may crash due to alignent or 32 bit
size.
bug report Anton Borowka; OK tedu@ jsing@ miod@
