summaryrefslogtreecommitdiffstats
path: root/package/bash/0046-patchlevel-46.patch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-06-29 20:49:31 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-06-29 22:07:48 +0200
commite63ea7faa26faa4464045c4def88de5df01f3ec5 (patch)
tree53e16bdba542b59a66b47e404d340918089e2be1 /package/bash/0046-patchlevel-46.patch
parent952e2a787a8601b04c9955eabc20cf25fc0c5c81 (diff)
downloadbuildroot-e63ea7faa26faa4464045c4def88de5df01f3ec5.tar.gz
buildroot-e63ea7faa26faa4464045c4def88de5df01f3ec5.zip
package/bash: bump to patchlevel 46
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/bash/0046-patchlevel-46.patch')
-rw-r--r--package/bash/0046-patchlevel-46.patch59
1 files changed, 59 insertions, 0 deletions
diff --git a/package/bash/0046-patchlevel-46.patch b/package/bash/0046-patchlevel-46.patch
new file mode 100644
index 0000000000..bc3798a088
--- /dev/null
+++ b/package/bash/0046-patchlevel-46.patch
@@ -0,0 +1,59 @@
+From http://ftp.gnu.org/pub/gnu/bash/bash-4.3-patches/bash43-046
+
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
+
+ BASH PATCH REPORT
+ =================
+
+Bash-Release: 4.3
+Patch-ID: bash43-046
+
+Bug-Reported-by: Sergey Tselikh <stselikh@gmail.com>
+Bug-Reference-ID: <20150816110235.91f3e12e3f20d20cdaad963e@gmail.com>
+Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2015-08/msg00080.html
+
+Bug-Description:
+
+An incorrect conversion from an indexed to associative array can result in a
+core dump.
+
+Patch (apply with `patch -p0'):
+
+*** a/subst.c 2015-08-13 11:32:54.000000000 -0400
+--- b/subst.c 2015-08-18 10:13:59.000000000 -0400
+***************
+*** 9562,9566 ****
+ opts[opti] = '\0';
+ if (opti > 0)
+! make_internal_declare (tlist->word->word, opts);
+
+ t = do_word_assignment (tlist->word, 0);
+--- 9562,9573 ----
+ opts[opti] = '\0';
+ if (opti > 0)
+! {
+! t = make_internal_declare (tlist->word->word, opts);
+! if (t != EXECUTION_SUCCESS)
+! {
+! last_command_exit_value = t;
+! exp_jump_to_top_level (DISCARD);
+! }
+! }
+
+ t = do_word_assignment (tlist->word, 0);
+
+*** a/patchlevel.h 2012-12-29 10:47:57.000000000 -0500
+--- b/patchlevel.h 2014-03-20 20:01:28.000000000 -0400
+***************
+*** 26,30 ****
+ looks for to find the patch level (for the sccs version string). */
+
+! #define PATCHLEVEL 45
+
+ #endif /* _PATCHLEVEL_H_ */
+--- 26,30 ----
+ looks for to find the patch level (for the sccs version string). */
+
+! #define PATCHLEVEL 46
+
+ #endif /* _PATCHLEVEL_H_ */
OpenPOWER on IntegriCloud