CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2022/06/28 13:44:28

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

Log message:
Negate unsigned then cast to signed.

Avoid undefined behaviour by negating the unsigned value, before casting
to int64_t, rather than casting to int64_t then negating.

Fixes oss-fuzz #48499

ok tb@

Reply via email to