1 From http://ftp.gnu.org/pub/gnu/bash/bash-4.3-patches/bash43-046
3 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
11 Bug-Reported-by: Sergey Tselikh <stselikh@gmail.com>
12 Bug-Reference-ID: <20150816110235.91f3e12e3f20d20cdaad963e@gmail.com>
13 Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2015-08/msg00080.html
17 An incorrect conversion from an indexed to associative array can result in a
20 Patch (apply with `patch -p0'):
22 *** a/subst.c 2015-08-13 11:32:54.000000000 -0400
23 --- b/subst.c 2015-08-18 10:13:59.000000000 -0400
28 ! make_internal_declare (tlist->word->word, opts);
30 t = do_word_assignment (tlist->word, 0);
35 ! t = make_internal_declare (tlist->word->word, opts);
36 ! if (t != EXECUTION_SUCCESS)
38 ! last_command_exit_value = t;
39 ! exp_jump_to_top_level (DISCARD);
43 t = do_word_assignment (tlist->word, 0);
45 *** a/patchlevel.h 2012-12-29 10:47:57.000000000 -0500
46 --- b/patchlevel.h 2014-03-20 20:01:28.000000000 -0400
49 looks for to find the patch level (for the sccs version string). */
51 ! #define PATCHLEVEL 45
53 #endif /* _PATCHLEVEL_H_ */
55 looks for to find the patch level (for the sccs version string). */
57 ! #define PATCHLEVEL 46
59 #endif /* _PATCHLEVEL_H_ */