wok-stable diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bash/stuff/CVE-2014-7169.patch	Thu Oct 02 18:53:53 2014 +0200
     1.3 @@ -0,0 +1,12 @@
     1.4 +*** parse.y	2014-08-26 15:09:42.000000000 -0400
     1.5 +--- parse.y	2014-09-24 22:47:28.000000000 -0400
     1.6 +***************
     1.7 +*** 2849,2852 ****
     1.8 +--- 2849,2854 ----
     1.9 +    word_desc_to_read = (WORD_DESC *)NULL;
    1.10 +  
    1.11 ++   eol_ungetc_lookahead = 0;
    1.12 ++ 
    1.13 +    current_token = '\n';		/* XXX */
    1.14 +    last_read_token = '\n';
    1.15 +