1. 03 May, 2023 1 commit
    • Eric Pouech's avatar
      evr: Fix incorrect integral computation. · 0cc4a38a
      Eric Pouech authored
      Note: typeof (int * unsigned) is unsigned.
      So:
      - on 64bit CPUs, where sizeof(int) = 4 < sizeof(void*) = 8,
      - when the result of the multiplication is supposed to be negative
      - there's no propagation of the negative sign from 32bit to 64 bit integers
      
      Fixes a crash in Age of Empire II.
      Signed-off-by: 's avatarEric Pouech <epouech@codeweavers.com>
      0cc4a38a
  2. 06 Sep, 2022 1 commit
  3. 05 Sep, 2022 1 commit
  4. 31 Aug, 2022 1 commit
  5. 30 Aug, 2022 1 commit
  6. 29 Aug, 2022 3 commits
  7. 19 Aug, 2022 3 commits
  8. 12 Apr, 2022 1 commit
  9. 01 Feb, 2022 1 commit
  10. 22 Apr, 2021 1 commit
  11. 12 Mar, 2021 1 commit
  12. 11 Mar, 2021 1 commit
  13. 08 Jun, 2020 1 commit
  14. 31 Mar, 2020 2 commits
  15. 21 Jan, 2020 1 commit
  16. 27 Oct, 2019 2 commits
  17. 23 Oct, 2019 1 commit
  18. 28 Aug, 2019 2 commits
  19. 05 Aug, 2019 1 commit
  20. 05 Jun, 2019 1 commit
  21. 04 Jun, 2019 1 commit
  22. 24 May, 2019 3 commits
  23. 22 May, 2019 1 commit
  24. 14 May, 2019 1 commit
  25. 12 Mar, 2019 1 commit
  26. 22 Sep, 2017 1 commit