Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a security issue with -pristine and an empty prefix.
For the case of an empty prefix, the parent process' environment would get dumped into the child process' environment, even when -pristine was specified. This initializes the environment to an empty slice instead of a nil one to prevent this.
- Loading branch information