# HG changeset patch # User Stefan Teleman # Date 1411655694 25200 # Node ID 97e2c252be4c22ad9dd065311a64cc7c307ffdfd # Parent 4988638320c43dc0fc174b89d8429351e0eca199 19682871 problem in UTILITY/BASH diff -r 4988638320c4 -r 97e2c252be4c 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: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'; +