Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Feb 11, 2023
  2. Feb 10, 2023
  3. Feb 08, 2023
  4. Feb 07, 2023
  5. Feb 06, 2023
  6. Feb 02, 2023
  7. Feb 01, 2023
  8. Jan 31, 2023
  9. Jan 29, 2023
  10. Jan 28, 2023
  11. Jan 27, 2023
  12. Jan 26, 2023
  13. Jan 23, 2023
  14. Jan 22, 2023
  15. 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
      Verified
      4c34f4bf
  16. Jan 14, 2023
  17. Jan 12, 2023
  18. Jan 10, 2023
  19. Jan 09, 2023
Loading