Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Patch cve-2014-6271
Patch-ID: bash30-017 Under certain circumstances, bash will execute user code while processing the environment for exported function definitions. Change-Id: Iccac7b4ae914354978079783a9fe50b3b38ddad5
- Loading branch information
Showing
with
17 additions
and 10 deletions.
- +2 −0 builtins/common.h
- +11 −0 builtins/evalstring.c
- +4 −10 variables.c