[Bug c/108746] New: 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 Bug ID: 108746 Summary: backtrace overwrites other memory Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[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);

[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 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