Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: make copies of startup environment variables #11051

Closed
wants to merge 1 commit into from

Commits on Feb 7, 2017

  1. src: make copies of startup environment variables

    Mutations of the environment can invalidate pointers to environment
    variables, so make `secure_getenv()` copy them out instead of returning
    pointers.
    bnoordhuis committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    be42f90 View commit details
    Browse the repository at this point in the history