COMMAND
bash
SYSTEMS AFFECTED
System running bash (1.14.6 and earlier) installed as "/bin/sh"
PROBLEM
A similar problem exists with the "yy_readline_get()" function as
described for yy_string_get() (see bash #1), which is also in the
file "parse.y" and which is used to read commands in interactive
shells (ones that print a prompt and read from the keyboard, a
shell script, or a pipe).
SOLUTION
See bash #1 (yy_string_get()).