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

Removed environment variable substitution step from stacktrace #9704

Conversation

stevekuznetsov
Copy link
Contributor

@stevekuznetsov stevekuznetsov commented Jul 5, 2016

An unintended consequence of attempting to substitute envars
in the stacktrace was that subshell literals would be eval-
uated as well, which is surprising in that a stacktrace should
not be excecuting arbitrary code and incorrect in that any
non-reentrant code when executed by the stacktrace would lead
to errors elsewhere.

@bparees PTAL -- this is the single commit for removing the eval

Fixes #9512
Fixes #9685

@stevekuznetsov
Copy link
Contributor Author

[test] me

An unintended consequence of attempting to substitute envars
in the stacktrace was that subshell literals would be eval-
uated as well, which is surprising in that a stacktrace should
not be excecuting arbitrary code and incorrect in that any
non-reentrant code when executed by the stacktrace would lead
to errors elsewhere.

Signed-off-by: Steve Kuznetsov <[email protected]>
@stevekuznetsov stevekuznetsov force-pushed the skuznets/disable-env-subs-only branch from 4b78b93 to 3caac43 Compare July 5, 2016 14:15
@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 3caac43

@bparees
Copy link
Contributor

bparees commented Jul 5, 2016

[merge]

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 3caac43

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/5786/)

@openshift-bot openshift-bot merged commit 43d4d9b into openshift:master Jul 5, 2016
@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/5791/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants