[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 7225ae: Attempt to Fix Issue #447 - BitBlt signed int over...

Nicolas Cellier noreply at github.com
Fri Nov 22 08:49:27 UTC 2019


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 7225aecbb30015cd60b2fd8a4520726c343381e8
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/7225aecbb30015cd60b2fd8a4520726c343381e8
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M src/plugins/BitBltPlugin/BitBltPlugin.c

  Log Message:
  -----------
  Attempt to Fix Issue #447 - BitBlt signed int overflow

Generate the plugin from VMMaker.oscog-nice.2587 which declare `dx dy sx sy` as sqInt rather than int.


  Commit: c812fbc619c2dd95419a9019b48148afd7942ed5
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/c812fbc619c2dd95419a9019b48148afd7942ed5
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M src/plugins/BitBltPlugin/BitBltPlugin.c

  Log Message:
  -----------
  Merge pull request #448 from OpenSmalltalk/fix_BitBlt_Issue_447

Attempt to Fix Issue #447 - BitBlt signed int overflow


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/9320a52ef11f...c812fbc619c2


More information about the Vm-dev mailing list