src: make copies of startup environment variables by bnoordhuis · Pull Request #11051 · nodejs/node
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 35.2k
Closed
bnoordhuis wants to merge 1 commit intonodejs:masterfrom
Closed
src: make copies of startup environment variables#11051
bnoordhuis wants to merge 1 commit intonodejs:masterfrom
src: make copies of startup environment variables#11051
bnoordhuis wants to merge 1 commit intonodejs:masterfrom
Conversation
Copy link
Member
Mutations of the environment can invalidate pointers to environment
variables, so make secure_getenv() copy them out instead of returning
pointers.
cc @sam-github
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment