]> git.pld-linux.org Git - packages/bash.git/blame - bash40-002
- up to 4.0.33
[packages/bash.git] / bash40-002
CommitLineData
39cb2ba7
AM
1 BASH PATCH REPORT
2 =================
3
4Bash-Release: 4.0
5Patch-ID: bash40-002
6
7Bug-Reported-by: phil@Arcturus.universe
8Bug-Reference-ID: <20090221143709.13878.qmail@Arcturus.universe>
9Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2009-02/msg00142.html
10
11Bug-Description:
12
13A line inadvertenly omitted from a submitted patch results in core dumps
14when attempting filename completion while using the bash-completion
15package.
16
17Patch:
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.056216 seconds and 4 git commands to generate.