]> git.pld-linux.org Git - packages/bash.git/blob - bash40-002
- up to 4.0.33
[packages/bash.git] / bash40-002
1                              BASH PATCH REPORT
2                              =================
3
4 Bash-Release: 4.0
5 Patch-ID: bash40-002
6
7 Bug-Reported-by:        phil@Arcturus.universe
8 Bug-Reference-ID:       <20090221143709.13878.qmail@Arcturus.universe>
9 Bug-Reference-URL:      http://lists.gnu.org/archive/html/bug-bash/2009-02/msg00142.html
10
11 Bug-Description:
12
13 A line inadvertenly omitted from a submitted patch results in core dumps
14 when attempting filename completion while using the bash-completion
15 package.
16
17 Patch:
18
19 *** ../bash-4.0/pcomplete.c     2009-02-01 17:12:31.000000000 -0500
20 --- pcomplete.c 2009-02-22 17:08:25.000000000 -0500
21 ***************
22 *** 1033,1036 ****
23 --- 1033,1037 ----
24   
25     pps = &ps;
26 +   save_parser_state (pps);
27     begin_unwind_frame ("gen-shell-function-matches");
28     add_unwind_protect (restore_parser_state, (char *)pps);
29 *** ../bash-4.0/patchlevel.h    2009-01-04 14:32:40.000000000 -0500
30 --- patchlevel.h        2009-02-22 16:11:31.000000000 -0500
31 ***************
32 *** 26,30 ****
33      looks for to find the patch level (for the sccs version string). */
34   
35 ! #define PATCHLEVEL 1
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 2
42   
43   #endif /* _PATCHLEVEL_H_ */
This page took 0.057296 seconds and 3 git commands to generate.