[Bug sanitizer/110527] [10/11/12/13/14 Regression] ASan is missing array out-of-bounds check
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 3 05:12:27 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110527
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
There is a redzone for the variables but there is no way it going to be this
large.
In this case, it just happens that
cc[204-172][0][0][0][0] points into the variable dd and therefore is a valid
address.
More information about the Gcc-bugs
mailing list