[gnu.bash.bug] backquote dumps core on eof

schwartz@SHIRE.CS.PSU.EDU (Scott Schwartz) (08/21/89)

psuvax1$ .  .profile `
>				# typed ctrl-D here
Unexpected EOF.  Looking for ``'.
Segmentation fault (core dumped)

It dies in yy_readline_get:  parse.y near line 440:
	``if (!current_readline_line[current_readline_line_index])''

No check is made that current_readline_line isn't EOF.
Should this be checked for on entry to yy_readline_get?

-- Scott