[Bug sanitizer/126436] malloc incorrectly succeeds on big sizes with -fsanitizer=address
"eggert at cs dot ucla.edu via Gcc-bugs" <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126436 --- Comment #2 from Paul Eggert <eggert at cs dot ucla.edu> --- (In reply to Drea Pinski from comment #1) > Does this happen with clang/LLVM also? Yes, I see the same failure with "clang -m32 -fsanitize=address test-malloc.c". > If so then this would be a libsanitizer issue were the upstream is LLVM. Oh, I thought GCC had its own version of libsanitizer. Thanks for letting me know. I submitted LLVM bug 212288 <https://github.com/llvm/llvm-project/issues/212288> on this topic.