7 Bug-Reported-by: F G <frank.graziano@gmail.com>
8 Bug-Reference-ID: <CAOhYt35M5VctK+xAPu=Gy_UzzGmHedWPJE4q+kL4UHF_6Nb1kA@mail.gmail.com>
13 If an expression in an arithmetic for loop expands to NULL, the shell
16 Patch (apply with `patch -p0'):
18 *** ../bash-5.2-patched/execute_cmd.c Thu Feb 23 14:15:05 2023
19 --- execute_cmd.c Mon Feb 27 17:53:08 2023
24 ! new = make_word_list (make_word (temp), (WORD_LIST *)NULL);
30 ! new = make_word_list (make_word (temp ? temp : ""), (WORD_LIST *)NULL);
33 *** ../bash-5.2/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
34 --- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
37 looks for to find the patch level (for the sccs version string). */
39 ! #define PATCHLEVEL 15
41 #endif /* _PATCHLEVEL_H_ */
43 looks for to find the patch level (for the sccs version string). */
45 ! #define PATCHLEVEL 16
47 #endif /* _PATCHLEVEL_H_ */