aboutsummaryrefslogtreecommitdiff
path: root/shells/bash/files/patch-parse.y
blob: 9ff2a82b19e0fa5d5bee7a11456ab30934fd6987 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
http://seclists.org/oss-sec/2014/q3/690

*** ../bash-20140912/parse.y	2014-08-26 15:09:42.000000000 -0400
--- parse.y	2014-09-24 22:47:28.000000000 -0400
***************
*** 2959,2962 ****
--- 2959,2964 ----
    word_desc_to_read = (WORD_DESC *)NULL;
  
+   eol_ungetc_lookahead = 0;
+ 
    current_token = '\n';		/* XXX */
    last_read_token = '\n';