[PATCH] '\?' is a valid escape character defined by ANSI C. Its value is '?'.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Michael Stefaniuc <mstefani@xxxxxxxxxx>
---
 tokenize.c           |    2 ++
 validation/escapes.c |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)
 create mode 100644 validation/escapes.c

diff --git a/tokenize.c b/tokenize.c
index 5474512..fbe4c5a 100644
--- a/tokenize.c
+++ b/tokenize.c
@@ -470,6 +470,8 @@ static int escapechar(int first, int type, stream_t *stream, int *valp)
 				break;
 			case '\\':
 				break;
+			case '?':
+				break;
 			case '\'':
 				break;
 			case '"':
diff --git a/validation/escapes.c b/validation/escapes.c
new file mode 100644
index 0000000..2d7d278
--- /dev/null
+++ b/validation/escapes.c
@@ -0,0 +1,3 @@
+int e[] = { '\'', '\"', '\?', '\\',
+            '\a', '\b', '\f', '\n', '\r', '\t', '\v', };
+char *s = "\'\"\?\\ \a\b\f\n\r\t\v";
-- 
1.5.0.6


-- 
Michael Stefaniuc               Tel.: +49-711-96437-199
Sr. Network Engineer            Fax.: +49-711-96437-111
Red Hat GmbH                    Email: mstefani@xxxxxxxxxx
Hauptstaetterstr. 58            http://www.redhat.de/
D-70178 Stuttgart

Attachment: pgp3ZW61fMyND.pgp
Description: PGP signature


[Index of Archives]     [Newbies FAQ]     [LKML]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Trinity Fuzzer Tool]

  Powered by Linux