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
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);
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108746
--- Comment #3 from Garrett vitiral ---
Thanks, will do!
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