]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/bash-3.2-CVE-2014-7169.patch
bash: Import fix for CVE-2014-7169
[people/pmueller/ipfire-2.x.git] / src / patches / bash-3.2-CVE-2014-7169.patch
CommitLineData
6dc126e0
MT
1*** ../bash-20140912/parse.y 2014-08-26 15:09:42.000000000 -0400
2--- parse.y 2014-09-24 22:47:28.000000000 -0400
3***************
4*** 2959,2962 ****
5--- 2959,2964 ----
6 word_desc_to_read = (WORD_DESC *)NULL;
7
8+ eol_ungetc_lookahead = 0;
9+
10 current_token = '\n'; /* XXX */
11 last_read_token = '\n';