Roman Rakus 245501
			     BASH PATCH REPORT
Roman Rakus 245501
			     =================
Roman Rakus 245501
Roman Rakus 245501
Bash-Release: 4.0
Roman Rakus 245501
Patch-ID: bash40-002
Roman Rakus 245501
Roman Rakus 245501
Bug-Reported-by:	phil@Arcturus.universe
Roman Rakus 245501
Bug-Reference-ID:	<20090221143709.13878.qmail@Arcturus.universe>
Roman Rakus 245501
Bug-Reference-URL:	http://lists.gnu.org/archive/html/bug-bash/2009-02/msg00142.html
Roman Rakus 245501
Roman Rakus 245501
Bug-Description:
Roman Rakus 245501
Roman Rakus 245501
A line inadvertenly omitted from a submitted patch results in core dumps
Roman Rakus 245501
when attempting filename completion while using the bash-completion
Roman Rakus 245501
package.
Roman Rakus 245501
Roman Rakus 245501
Patch:
Roman Rakus 245501
Roman Rakus 245501
*** ../bash-4.0/pcomplete.c	2009-02-01 17:12:31.000000000 -0500
Roman Rakus 245501
--- pcomplete.c	2009-02-22 17:08:25.000000000 -0500
Roman Rakus 245501
***************
Roman Rakus 245501
*** 1033,1036 ****
Roman Rakus 245501
--- 1033,1037 ----
Roman Rakus 245501
  
Roman Rakus 245501
    pps = &ps;
Roman Rakus 245501
+   save_parser_state (pps);
Roman Rakus 245501
    begin_unwind_frame ("gen-shell-function-matches");
Roman Rakus 245501
    add_unwind_protect (restore_parser_state, (char *)pps);
Roman Rakus 245501
*** ../bash-4.0/patchlevel.h	2009-01-04 14:32:40.000000000 -0500
Roman Rakus 245501
--- patchlevel.h	2009-02-22 16:11:31.000000000 -0500
Roman Rakus 245501
***************
Roman Rakus 245501
*** 26,30 ****
Roman Rakus 245501
     looks for to find the patch level (for the sccs version string). */
Roman Rakus 245501
  
Roman Rakus 245501
! #define PATCHLEVEL 1
Roman Rakus 245501
  
Roman Rakus 245501
  #endif /* _PATCHLEVEL_H_ */
Roman Rakus 245501
--- 26,30 ----
Roman Rakus 245501
     looks for to find the patch level (for the sccs version string). */
Roman Rakus 245501
  
Roman Rakus 245501
! #define PATCHLEVEL 2
Roman Rakus 245501
  
Roman Rakus 245501
  #endif /* _PATCHLEVEL_H_ */