Bug#472959: Double-free or corruption in local handling

2008-03-27 Thread Chris Lamb
Package: posh Version: 0.6.3 Severity: serious Justification: 10.4 - local: only uses such as x must be supported #!/bin/posh myfunc() { local a a= a=test echo $a } myfunc % posh ./test.sh *** glibc detected *** posh: double free or corruption (fasttop): 0x08065560

Bug#472959: Double-free or corruption in local handling

2008-03-27 Thread Clint Adams
On Thu, Mar 27, 2008 at 02:21:14PM +, Chris Lamb wrote: Package: posh Version: 0.6.3 Severity: serious Justification: 10.4 - local: only uses such as x must be supported #!/bin/posh myfunc() { local a a= a=test echo $a } myfunc Wow, that's pretty broken.