From 961ce445580b4e9c0fefe3823cbf9226fa16b9bc Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 2 Dec 2002 20:03:09 +0000 Subject: 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 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pod') diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 6d755f0fdc..e40a3480be 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2089,6 +2089,11 @@ double-quotish context. C construction, but the command was missing or blank. +=item Missing control char name in \c + +(F) A double-quoted string ended with "\c", without the required control +character name. + =item Missing name in "my sub" (F) The reserved syntax for lexically scoped subroutines requires that -- cgit v1.2.1