CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2022/07/13 14:07:44

Modified files:
        lib/libcrypto/asn1: a_int.c 

Log message:
Cast int64_t to uint64_t before negating.

Avoid undefined behaviour/integer overflow by casting an int64_t to
uint64_t before negating.

Fixes oss-fuzz #49043

ok tb@

Reply via email to