bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unset associative array may cause segfault


From: Chris F.A. Johnson
Subject: Re: unset associative array may cause segfault
Date: Tue, 25 Aug 2009 10:58:38 -0400 (EDT)
User-agent: Alpine 2.00 (LMD 1167 2008-08-23)

On Tue, 25 Aug 2009, Chet Ramey wrote:

> Roman Rakus wrote:
> > reproducer:
> > declare -A aaa
> > aaa='somestring'
> > unset aaa
> > 
> > This commands cause segmentation fault, free unallocated memory.
> > Chet do you already fix it? Here is my fast patch.
> 
> I already fixed it, thanks.

    Do you have a patch for it? It's not fixed with the patches posted so far.


-- 
   Chris F.A. Johnson, webmaster         <http://woodbine-gerrard.com>
   ===================================================================
   Author:
   Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]