			     BASH PATCH REPORT
			     =================

Bash-Release: 2.05
Patch-ID: bash205-004

Bug-Reported-by: schwarzb@imsdd.fhg.de (Markus Schwarzenberg)
Bug-Reference-ID: <200104170657.IAA06387@sund32.imsdd.fhg.de>

Bug-Description:

An uninitialized variable will occasionally cause bash to segmentation
fault on some systems.  The bug was reported as affecting Solaris 7.

Patch:

*** ../bash-2.05/stringlib.c	Wed Feb 14 17:00:42 2001
--- stringlib.c	Tue Apr 17 08:10:29 2001
***************
*** 221,224 ****
--- 221,225 ----
  	p++;
  
+       ind = r - ret;
        RESIZE_MALLOCED_BUFFER (ret, ind, 2, rlen, rlen);
        r = ret + ind;			/* in case reallocated */

