1. 27 Apr, 2022 2 commits
  2. 21 Apr, 2022 1 commit
  3. 15 Apr, 2022 2 commits
  4. 14 Apr, 2022 1 commit
  5. 13 Apr, 2022 1 commit
  6. 12 Apr, 2022 2 commits
  7. 11 Apr, 2022 1 commit
  8. 08 Apr, 2022 1 commit
  9. 05 Apr, 2022 1 commit
  10. 30 Mar, 2022 2 commits
  11. 29 Mar, 2022 3 commits
  12. 28 Mar, 2022 1 commit
  13. 25 Mar, 2022 2 commits
  14. 24 Mar, 2022 2 commits
  15. 17 Mar, 2022 1 commit
  16. 10 Mar, 2022 2 commits
  17. 08 Mar, 2022 1 commit
    • Chris Bracken's avatar
      Check string size before Win32 MultiByte <-> WideChar conversions (#99729) · b5d3c432
      Chris Bracken authored
      This patch adds an additional check to ensure the target length of a string is within the supported maximum string length prior to calling WideCharToMultiByte/MultiByteToWideChar in the Windows runner template.
      
      This is to prevent resize() from failing if called with a count > std::string::max_size().
      
      According to Win32 API docs (WideCharToMultiByte, MultiByteToWideChar) it's the caller responsibility to make sure the buffers are correctly allocated.
      
      Authored by: Tomasz Gucio <tgucio@gmail.com>
      b5d3c432
  18. 07 Mar, 2022 1 commit
  19. 04 Mar, 2022 1 commit
  20. 03 Mar, 2022 1 commit
  21. 01 Mar, 2022 1 commit
  22. 25 Feb, 2022 1 commit
  23. 22 Feb, 2022 1 commit
  24. 18 Feb, 2022 1 commit
  25. 15 Feb, 2022 1 commit
  26. 14 Feb, 2022 1 commit
  27. 11 Feb, 2022 1 commit
  28. 08 Feb, 2022 1 commit
  29. 03 Feb, 2022 2 commits
  30. 02 Feb, 2022 1 commit
    • Pierre-Louis's avatar
      Update packages (#97592) · a22cf5d6
      Pierre-Louis authored
      * update packages
      
      * implement
      
      * remove trailing spaces
      
      * Revert "remove trailing spaces"
      
      This reverts commit d3bffbef57d142a4a5d98dea4c3e9b6db856c9bb.
      
      * Revert "implement"
      
      This reverts commit 6b6172a827c84985c5fe09e676096878fba43306.
      a22cf5d6