wok-stable view bash/stuff/CVE-2014-7169.patch @ rev 12439

bash: CVE-2014-7169 fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 02 18:53:53 2014 +0200 (2014-10-02)
parents
children
line source
1 *** parse.y 2014-08-26 15:09:42.000000000 -0400
2 --- parse.y 2014-09-24 22:47:28.000000000 -0400
3 ***************
4 *** 2849,2852 ****
5 --- 2849,2854 ----
6 word_desc_to_read = (WORD_DESC *)NULL;
8 + eol_ungetc_lookahead = 0;
9 +
10 current_token = '\n'; /* XXX */
11 last_read_token = '\n';