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: f43ad85eddf7
Choose a base ref
...
head repository: joyent/libuv
compare: fb649487465d
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Nov 3, 2012

  1. unix: do not set environ unless one is provided

    Currently, `uv_spawn` will set `environ` to the value of `options.env`, even if
    `options.env` is `NULL`.  This results in child processes for whom `environ ==
    NULL`, which can cause a variety of unexpected issues.
    
    This is a back-port of commit 1d85815 from the master branch.
    AvianFlu authored and bnoordhuis committed Nov 3, 2012
    Copy the full SHA
    fb64948 View commit details
    Browse the repository at this point in the history