components/bash/patches/parse.y-CVE-2014-7169.patch
changeset 2112 97e2c252be4c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/bash/patches/parse.y-CVE-2014-7169.patch	Thu Sep 25 07:34:54 2014 -0700
@@ -0,0 +1,15 @@
+# Patch is from Chet Ramey (Bash Project Lead);
+# http://www.openwall.com/lists/oss-security/2014/09/25/10
+# This will become an official bash patch.
+*** ../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';
+