mirror of https://github.com/Nheko-Reborn/nheko
I have no idea, if this is our fault or not, but Jason traced it back to the consteval on the {fmt} format string constructor. Specifically when a consteval constructor call happens in the statement, the destructor call is moved to the end of the block. Inside the switch statement that means, the destructor is called multiple times, which corrupts the use count and crashes Nheko because of a double free. I am assuming this is a bug in clang, but this will need to be investigated more. fixes #1292pull/1317/head
parent
b4c0581948
commit
4c34f4bfee
Loading…
Reference in new issue