This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bug #18573 : in a double-quoted string, a \c not followed
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 2 Dec 2002 20:03:09 +0000 (20:03 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 2 Dec 2002 20:03:09 +0000 (20:03 +0000)
commit961ce445580b4e9c0fefe3823cbf9226fa16b9bc
tree22728f747357897a4820faefcfa27a3d3e8c6487
parentc4b28b7cc0e40557fc1e70e22387cf763a1ef2fe
Fix bug #18573 : in a double-quoted string, a \c not followed
by any character may corrupt memory due to reading past the
end of the input buffer. Add a new error message corresponding
to this case.

p4raw-id: //depot/perl@18233
pod/perldiag.pod
t/comp/parser.t
toke.c