1. 29 Nov, 2022 1 commit
  2. 28 Nov, 2022 1 commit
  3. 24 Nov, 2022 3 commits
  4. 23 Nov, 2022 1 commit
  5. 22 Nov, 2022 3 commits
  6. 17 Nov, 2022 1 commit
  7. 16 Nov, 2022 5 commits
  8. 15 Nov, 2022 1 commit
  9. 14 Nov, 2022 1 commit
  10. 11 Nov, 2022 1 commit
  11. 08 Nov, 2022 3 commits
  12. 03 Nov, 2022 1 commit
  13. 29 Sep, 2022 1 commit
    • Kevin Puetz's avatar
      vbscript: Don't abort when trying to TRACE() functions with many arguments. · 0fb2d0f0
      Kevin Puetz authored
      __wine_dbg_output accumulates the output characters in a debug_info
      structure, flushing it when it encounters '\n'. If debug_info plus the
      new string exceed 1024 characters, append_output will print
      
      > wine_dbg_output: debugstr buffer overflow
      
      and then crash the process via abort().
      
      wine_dbgstr_variant limits the length printed for any individual argument,
      but a function with multiple parameters can still plausibly exceed 1024.
      
      Fixed by formatting the TRACE for each argument on a separate line,
      as similar places (like oleaut32/typelib.c:dump_DispParms) do.
      0fb2d0f0
  14. 26 Sep, 2022 4 commits
  15. 27 Jun, 2022 1 commit
  16. 07 Jun, 2022 1 commit
  17. 06 Jun, 2022 1 commit
  18. 24 May, 2022 2 commits
  19. 23 May, 2022 2 commits
  20. 20 May, 2022 1 commit
  21. 19 May, 2022 2 commits
  22. 18 May, 2022 1 commit
  23. 16 May, 2022 1 commit
  24. 09 Mar, 2022 1 commit