Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joyent/libuv
base: 7e8d0e6d9c88
Choose a base ref
...
head repository: joyent/libuv
compare: 7d8504cf6913
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 15, 2013

  1. queue: fix pointer truncation on LLP64 platforms

    QUEUE_DATA used to cast a pointer to long and back to pointer. This can
    corrupt pointers on systems where the long type isn't large enough to
    store pointer, like Windows x64. This commit fixes that.
    
    Fixes #835
    piscisaureus committed Jun 15, 2013
    3
    Copy the full SHA
    7d8504c View commit details
    Browse the repository at this point in the history