diff options
author | Jay Freeman <saurik@saurik.com> | 2014-12-03 08:55:56 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2014-12-03 08:55:56 +0000 |
commit | 210f4b086a4df1740738b422382888f7dd58f86c (patch) | |
tree | 0572f4b17757383cdd2d2134efdc728f81b21bf2 /data/bash/bash40-040 | |
parent | ca34a3b04e01145dcc7fadbf91cb29da44e3e7be (diff) |
Updated to the latest bash 4.0 patch level.
git-svn-id: http://svn.telesphoreo.org/trunk@798 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/bash/bash40-040')
-rw-r--r-- | data/bash/bash40-040 | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/data/bash/bash40-040 b/data/bash/bash40-040 index a8ae2c577..b15f7500c 100644 --- a/data/bash/bash40-040 +++ b/data/bash/bash40-040 @@ -4,7 +4,7 @@ Bash-Release: 4.0 Patch-ID: bash40-040 -Bug-Reported-by: Tavis Ormandy <taviso () cmpxchg8b com> +Bug-Reported-by: Tavis Ormandy <taviso@cmpxchg8b.com> Bug-Reference-ID: Bug-Reference-URL: http://twitter.com/taviso/statuses/514887394294652929 @@ -26,23 +26,6 @@ Patch (apply with `patch -p0'): + current_token = '\n'; /* XXX */ last_read_token = '\n'; -*** ../bash-4.0.39/y.tab.c 2009-01-08 09:30:24.000000000 -0500 ---- y.tab.c 2014-09-25 20:27:08.000000000 -0400 -*************** -*** 4927,4930 **** ---- 4927,4932 ---- - word_desc_to_read = (WORD_DESC *)NULL; - -+ eol_ungetc_lookahead = 0; -+ - last_read_token = '\n'; - token_to_read = '\n'; -*************** -*** 7910,7912 **** - } - #endif /* HANDLE_MULTIBYTE */ -- ---- 7912,7913 ---- *** ../bash-4.0/patchlevel.h 2009-01-04 14:32:40.000000000 -0500 --- patchlevel.h 2009-02-22 16:11:31.000000000 -0500 *************** |