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: 1759781c909c
Choose a base ref
...
head repository: joyent/libuv
compare: deff0e357121
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 10, 2014

  1. windows: Fix an infinite loop in uv_spawn

    The PATH-parsing code for windows erroneously contained an infinite
    loop when the PATH started with a leading semicolon. Each iteration of
    the loop usually bumped over the separator, but if the first character
    was a semicolon then it would never skip it, causing the infinite
    loop.
    
    Closes #909
    alexcrichton committed Apr 10, 2014
    2
    Copy the full SHA
    621c4a3 View commit details
    Browse the repository at this point in the history
  2. test: Close process handles when spawn fails

    This should avoid assertions tripping in debug mode.
    alexcrichton committed Apr 10, 2014
    Copy the full SHA
    deff0e3 View commit details
    Browse the repository at this point in the history