[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] f21d7a: Fix Issue when opening heaps of more than MAX DWOR...

Eliot Miranda noreply at github.com
Sat Apr 11 19:48:59 UTC 2020


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: f21d7a2bbf1a6083c3b748456a3155dab50a3784
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/f21d7a2bbf1a6083c3b748456a3155dab50a3784
  Author: Vincent Blondeau <vincent.blondeau at lifeware.ch>
  Date:   2020-04-11 (Sat, 11 Apr 2020)

  Changed paths:
    M platforms/win32/plugins/FilePlugin/sqWin32FilePrims.c

  Log Message:
  -----------
  Fix Issue when opening heaps of more than MAX DWORD size

- Add Writing and Reading by block of MAX_DWORD


  Commit: 561bea72d0caa699bdd920f786e38b87f137f2a4
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/561bea72d0caa699bdd920f786e38b87f137f2a4
  Author: Vincent Blondeau <vincent.blondeau at lifeware.ch>
  Date:   2020-04-11 (Sat, 11 Apr 2020)

  Changed paths:
    M platforms/win32/plugins/FilePlugin/sqWin32FilePrims.c

  Log Message:
  -----------
  Add function return test

Display an error message if it the amount of bytes that should be written or read is not consistent


  Commit: 2a7946847dfedae29d1611a6b1bb212f0b83a11c
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/2a7946847dfedae29d1611a6b1bb212f0b83a11c
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2020-04-11 (Sat, 11 Apr 2020)

  Changed paths:
    M platforms/win32/plugins/FilePlugin/sqWin32FilePrims.c

  Log Message:
  -----------
  Merge pull request #485 from VincentBlondeau/fixMoreThanDWORDSizeImage

Fix #484 [Win64]Cannot save and load image files with a heap whose size is more than 0xff ff ff ff (~4.1GB)


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/ab241d011b06...2a7946847dfe


More information about the Vm-dev mailing list