[PATCH] bug in emergency cxa pool free()

2022-08-16 Thread Keef Aragon
a/libstdc++-v3/ChangeLog-2022 b/libstdc++-v3/ChangeLog-2022 new file mode 100644 index 000..8057de58539 --- /dev/null +++ b/libstdc++-v3/ChangeLog-2022 @@ -0,0 +1,4 @@ +2022-08-16 Keef Aragon + +* libstdc++-v3/libsupc++/eh_alloc.cc: inverse comparison in pool::free + diff --git a/libst

Re: [PATCH] bug in emergency cxa pool free()

2022-08-17 Thread Keef Aragon
more uses of it and quickly checking for that to be the case also needed the ordered invariant to hold (just checking if the freelist the whole arena). On Tue, Aug 16, 2022 at 11:45 PM Richard Biener wrote: > On Tue, Aug 16, 2022 at 9:15 PM Keef Aragon > wrote: > > > > This