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