19682871 problem in UTILITY/BASH s11u2-sru
authorStefan Teleman <stefan.teleman@oracle.com>
Thu, 25 Sep 2014 07:38:21 -0700
branchs11u2-sru
changeset 3336 084b9ae629e2
parent 3335 71fda9da0160
child 3344 1b28b3179dc2
19682871 problem in UTILITY/BASH
components/bash/patches/parse.y-CVE-2014-7169.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/bash/patches/parse.y-CVE-2014-7169.patch	Thu Sep 25 07:38:21 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';
+