[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] d4e3bc: Correct horrible bug for _recalloc woarkaround

GitHub noreply at github.com
Wed Jul 27 02:06:40 UTC 2016


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: d4e3bc61e62091dc90904004f545d65812724932
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/d4e3bc61e62091dc90904004f545d65812724932
  Author: nicolas-cellier-aka-nice <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M platforms/win32/vm/sqWin32.h

  Log Message:
  -----------
  Correct horrible bug for _recalloc woarkaround

I set __ptr instead of ptr...
it compiles on mingw but then SEGV... So the appveyor green means not much :(


  Commit: ea931a79b88e17213808b4415700f6a5b1c40789
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/ea931a79b88e17213808b4415700f6a5b1c40789
  Author: nicolas-cellier-aka-nice <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M platforms/win32/vm/sqWin32Main.c

  Log Message:
  -----------
  Correct bug with macro for getting memSize from registry

We must pass the address...
While at it, use the sizeof the variable.


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/605b85ae9680...ea931a79b88e


More information about the Vm-dev mailing list