[OpenSmalltalk/opensmalltalk-vm] 9f869d: Fix a compiler warning for WIN64/Alien about misus...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] 9f869d: Fix a compiler warning for WIN64/Alien about misus...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 9f869d1c82062e1f57f8c6a214b67bb9d98de0ee
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/9f869d1c82062e1f57f8c6a214b67bb9d98de0ee
  Author: Nicolas Cellier <[hidden email]>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M platforms/Cross/plugins/IA32ABI/dax64win64business.h

  Log Message:
  -----------
  Fix a compiler warning for WIN64/Alien about misuse of labs instead of llabs

Note: thanks to little endianness, we believe that a size over 2^31 were necessary to trigger the bug.
Nonetheless, decreasing exposure to exploits can't be a bad thing.