Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: free() error on simple input scripts



On Dec 6,  3:07pm, Bart Schaefer wrote:
}
} Though how we ended up with a bad metafied string in the
} first place might also be worth investigating.

I can reproduce the bad free with

    source =(<<<$'d\\\0')

There seems to be some problem with lexing the sequence backslash-nul,
which results in the bad meta-pair.  I haven't been able to isolate.



Messages sorted by: Reverse Date, Date, Thread, Author