cc: [email protected]
Subject: Re: [ast-developers] Re: ksh crashes after IFS manipulation in function
--------

> I have just been bitten by this bug.  I was able to boil down the
> failure case to this:
> 
> $ cat u
> #!/bin/ksh
> function g { IFS=" " ; }
> function f { typeset IFS ; : $(g) ; }
> f
> f
> $ ./u
> Segmentation fault
> $ ksh --version
>   version         sh (AT&T Research) 93u 2011-02-08
> 
> -- 
> Thomas Hood
> RAAF Technology
> 

I verified that this happens with 93u 2011-02-08 but does not happen with
Version JM 93u+ 2012-02-02.

David Korn
[email protected]
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to