This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/59258] usan: ICE(segfault): stack-buffer-overflow with -fsanitize=undefined


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59258

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Why?  We are already checking that nelts is < 3.  See the gcc_checking_assert
above.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]