]> git.pld-linux.org Git - packages/bash.git/blob - bash40-032
- up to 4.0.33
[packages/bash.git] / bash40-032
1                              BASH PATCH REPORT
2                              =================
3
4 Bash-Release: 4.0
5 Patch-ID: bash40-032
6
7 Bug-Reported-by:        muszi@muszi.kite.hu
8 Bug-Reference-ID:       <20090826113159.18815.qmail@muszi.kite.hu>
9 Bug-Reference-URL:      http://lists.gnu.org/archive/html/bug-bash/2009-08/msg00090.html
10
11 Bug-Description:
12
13 Bash-4.0 has a memory leak when processing ${!prefix@}.
14
15 Patch:
16
17 *** ../bash-4.0-patched/subst.c 2009-07-22 23:18:55.000000000 -0400
18 --- subst.c     2009-08-26 23:08:51.000000000 -0400
19 ***************
20 *** 6607,6611 ****
21         }
22         free (x);
23 !       free (xlist);
24         free (temp1);
25         *indexp = sindex;
26 --- 6769,6773 ----
27         }
28         free (x);
29 !       dispose_words (xlist);
30         free (temp1);
31         *indexp = sindex;
32 *** ../bash-4.0/patchlevel.h    2009-01-04 14:32:40.000000000 -0500
33 --- patchlevel.h        2009-02-22 16:11:31.000000000 -0500
34 ***************
35 *** 26,30 ****
36      looks for to find the patch level (for the sccs version string). */
37   
38 ! #define PATCHLEVEL 31
39   
40   #endif /* _PATCHLEVEL_H_ */
41 --- 26,30 ----
42      looks for to find the patch level (for the sccs version string). */
43   
44 ! #define PATCHLEVEL 32
45   
46   #endif /* _PATCHLEVEL_H_ */
This page took 0.030196 seconds and 3 git commands to generate.