Searched hist:208656 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/bin/sh/tests/parser/
H A Dheredoc6.0208656 Sun May 30 14:21:13 MDT 2010 jilles sh: Fix a crash if a heredoc was not properly ended and parsing continued.

Example (in interactive mode):
cat <<EOF && )
The next command typed caused sh to segfault, because the state for the here
document was not reset.

Like parser_temp, this uses the fact that the parser is not re-entered.
/freebsd-11.0-release/bin/sh/
H A Dparser.cdiff 208656 Sun May 30 14:21:13 MDT 2010 jilles sh: Fix a crash if a heredoc was not properly ended and parsing continued.

Example (in interactive mode):
cat <<EOF && )
The next command typed caused sh to segfault, because the state for the here
document was not reset.

Like parser_temp, this uses the fact that the parser is not re-entered.

Completed in 73 milliseconds