CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/10 06:06:28
Modified files:
lib/libcrypto/asn1: a_enum.c
Log message:
Cast int64_t to uint64_t for negating
Avoid signed integer overflow by casting an int64_t to uint64_t before
negating. Same fix was applied in a_int.c -r1.44, but was forgotten to
be applied to a_enum.c.
ok jsing
