Commit e5afec18 authored by Kurt Roeckx's avatar Kurt Roeckx Committed by Richard Levitte
Browse files

Cast to an unsigned type before negating



llvm's ubsan reported:
runtime error: negation of -9223372036854775808 cannot be represented in type
'long'; cast to an unsigned type to negate this value to itself

Found using afl

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
GH: #1325
(cherry picked from commit 1618679a)
parent 2cbd4d98
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment