[Bug c/108746] backtrace overwrites other memory

2023-02-09 Thread vitiral at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108746 --- Comment #4 from Garrett vitiral --- https://sourceware.org/bugzilla/show_bug.cgi?id=30106 thanks again

[Bug c/108746] backtrace overwrites other memory

2023-02-09 Thread vitiral at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108746 --- Comment #3 from Garrett vitiral --- Thanks, will do!

[Bug c/108746] backtrace overwrites other memory

2023-02-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108746 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/108746] backtrace overwrites other memory

2023-02-09 Thread vitiral at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108746 --- Comment #1 from Garrett vitiral --- Sorry, I should have used standard types instead of my aliases for the example code void* m[100] = {0}; size_t len = backtrace(m, 100);