]> git.pld-linux.org Git - packages/bash.git/blame - bash40-032
- up to 4.0.33
[packages/bash.git] / bash40-032
CommitLineData
e5eadd5d
AM
1 BASH PATCH REPORT
2 =================
3
4Bash-Release: 4.0
5Patch-ID: bash40-032
6
7Bug-Reported-by: muszi@muszi.kite.hu
8Bug-Reference-ID: <20090826113159.18815.qmail@muszi.kite.hu>
9Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2009-08/msg00090.html
10
11Bug-Description:
12
13Bash-4.0 has a memory leak when processing ${!prefix@}.
14
15Patch:
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.082391 seconds and 4 git commands to generate.