Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Feb 06, 2023
  2. Feb 02, 2023
  3. Feb 01, 2023
  4. Jan 31, 2023
  5. Jan 29, 2023
  6. Jan 28, 2023
  7. Jan 27, 2023
  8. Jan 26, 2023
  9. Jan 23, 2023
  10. Jan 22, 2023
  11. Jan 21, 2023
    • Nicolas Werner's avatar
      Work around multiple destructor calls after consteval construction in full expression · 4c34f4bf
      Nicolas Werner authored
      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 #1292
      4c34f4bf
  12. Jan 14, 2023
  13. Jan 12, 2023
  14. Jan 10, 2023
  15. Jan 09, 2023
  16. Jan 08, 2023
  17. Jan 07, 2023
Loading