Commits

Denys Vlasenko committed a769390da60
hush: fix a memory corruption when exported variable is modified The construct such as this: t=1 export t t=new_value1 had a small probability of momentarily using free()d value. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>