diff options
author | Alan Modra <amodra@gmail.com> | 2025-05-21 17:57:04 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2025-05-22 08:42:12 +0930 |
commit | 7d411b8d9b84904d8f9db1d3b17fedeef1757575 (patch) | |
tree | 7383db8e59000692504f0355b2be7ed475d63cd7 /gprofng/src | |
parent | 1305119a7ef3d19b7d868093b7b6b6a6c4f21c19 (diff) | |
download | binutils-7d411b8d9b84904d8f9db1d3b17fedeef1757575.zip binutils-7d411b8d9b84904d8f9db1d3b17fedeef1757575.tar.gz binutils-7d411b8d9b84904d8f9db1d3b17fedeef1757575.tar.bz2 |
ubsan: integer overflow in tc-i386.c:offset_in_range
or $9223372036854775808,%eax
runtime error: negation of -9223372036854775808 cannot be represented
in type 'offsetT' (aka 'long'); cast to an unsigned type to negate
this value to itself
* config/tc-i386.c (offset_in_range): Avoid signed overflow.
Diffstat (limited to 'gprofng/src')
0 files changed, 0 insertions, 0 deletions