boomanaiden154 wrote: > Not sure if there is anything in the repro that makes it UB that I missed.
It's the same issue as https://github.com/steveicarus/iverilog/pull/1311. The allocator is writing to the object being deleted within `operator delete`, which as far as I'm aware is not allowed. https://github.com/llvm/llvm-project/pull/183347 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
