https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81122
Dvir Yitzchaki changed:
What|Removed |Added
CC||dvirtz at gmail dot com
--- Comment #22
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110876
Bug ID: 110876
Summary: AddressSanitizer: false positive bad-free
Product: gcc
Version: 13.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: sani
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110876
--- Comment #1 from Dvir Yitzchaki ---
Created attachment 55676
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55676&action=edit
preprocessed code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110876
--- Comment #4 from Dvir Yitzchaki ---
Thanks @Andrew.
Is it undefined behavior to recover from SIGABRT? I didn't find a source for
that.
The fact is that the memory ASAN is complaining about was allocated.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107852
Dvir Yitzchaki changed:
What|Removed |Added
CC||dvirtz at gmail dot com
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109203
Bug ID: 109203
Summary: sort(zip(v1, v2)) fails to compile
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109203
--- Comment #1 from Dvir Yitzchaki ---
it works when zipping more than 2 ranges