]> git.pld-linux.org Git - packages/bash.git/commitdiff
- up to 4.3.26; the same fix as CVE-2014-6271.patch just in official patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 27 Sep 2014 08:05:27 +0000 (10:05 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 27 Sep 2014 08:05:27 +0000 (10:05 +0200)
bash-CVE-2014-6271.patch [deleted file]

diff --git a/bash-CVE-2014-6271.patch b/bash-CVE-2014-6271.patch
deleted file mode 100644 (file)
index 289ad9e..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -dur bash-4.3.orig/parse.y bash-4.3/parse.y
---- bash-4.3.orig/parse.y      2014-09-26 09:50:51.000000000 +0200
-+++ bash-4.3/parse.y   2014-09-26 09:51:26.000000000 +0200
-@@ -2955,6 +2955,8 @@
-   FREE (word_desc_to_read);
-   word_desc_to_read = (WORD_DESC *)NULL;
-+  eol_ungetc_lookahead = 0;
-+
-   current_token = '\n';               /* XXX */
-   last_read_token = '\n';
-   token_to_read = '\n';
-Only in bash-4.3.orig: parse.y.orig
This page took 0.033058 seconds and 4 git commands to generate.