recipes: networking/wget: upgraded to version 1.20.1
[dragora.git] / patches / bash / bash44-015
blobdc2fb22c4a0ccad1c1800d655316ec44eb28646f
1                              BASH PATCH REPORT
2                              =================
4 Bash-Release:   4.4
5 Patch-ID:       bash44-015
7 Bug-Reported-by:        David Simmons <bug-bash@tmp.davidsimmons.com>
8 Bug-Reference-ID:       <bc6f0839-fa50-fe8f-65f5-5aa6feb11ec5@davidsimmons.com>
9 Bug-Reference-URL:      http://lists.gnu.org/archive/html/bug-bash/2017-02/msg00033.html
11 Bug-Description:
13 Process substitution can leak internal quoting to the parser in the invoked
14 subshell.
16 Patch (apply with `patch -p0'):
18 *** ../bash-20170210/subst.c    2017-01-19 11:08:50.000000000 -0500
19 --- subst.c     2017-02-20 10:12:49.000000000 -0500
20 ***************
21 *** 5907,5910 ****
22 --- 5907,5912 ----
23     expanding_redir = 0;
24   
25 +   remove_quoted_escapes (string);
26
27     subshell_level++;
28     result = parse_and_execute (string, "process substitution", (SEVAL_NONINT|SEVAL_NOHIST));
29 *** ../bash-4.4/patchlevel.h    2016-06-22 14:51:03.000000000 -0400
30 --- patchlevel.h        2016-10-01 11:01:28.000000000 -0400
31 ***************
32 *** 26,30 ****
33      looks for to find the patch level (for the sccs version string). */
34   
35 ! #define PATCHLEVEL 14
36   
37   #endif /* _PATCHLEVEL_H_ */
38 --- 26,30 ----
39      looks for to find the patch level (for the sccs version string). */
40   
41 ! #define PATCHLEVEL 15
42   
43   #endif /* _PATCHLEVEL_H_ */