https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283934

--- Comment #1 from [email protected] ---
The parser does not crash if the expansion contains any string literals e.g.
these report **non**-fatal warnings and expand $x to empty string:

        $y += ",$x";
        $z += "$x,";

while this crashes during variable expansion:

        $y += "$x";

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to