aboutsummaryrefslogtreecommitdiffstats
path: root/builtins/evalstring.c
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: bash executing code following func defHEADreplicant-4.2-0004replicant-4.2-0003replicant-4.2Michal Zalewski2014-11-161-6/+22
| | | | | | | | | | | This is an upstream bugfix (with slight alterations): Patch-ID: bash42-053 A combination of nested command substitutions and function importing from the environment can cause bash to execute code appearing in the environment variable value following the function definition. Change-Id: I660e59c76d0d50de52d48a0d399fe1dfef3bded8
* Patch cve-2014-6271Stephane Chazelas2014-10-051-0/+11
| | | | | | | | Patch-ID: bash30-017 Under certain circumstances, bash will execute user code while processing the environment for exported function definitions. Change-Id: Iccac7b4ae914354978079783a9fe50b3b38ddad5
* Update to upstream bash 4.2Sebastian Schmidt2012-04-171-6/+2
| | | | | | | This upgrades bash to from 4.1-rc to 4.2-release. See CWRU/changelog for changes. Change-Id: I926269c300cf44fa25964b5b375a148fcf11c4b7
* initial import of bash 4.1cvpcs2010-06-021-0/+512