Signed-off-by: Michael Stefaniuc <[EMAIL PROTECTED]> --- 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: [EMAIL PROTECTED]
Hauptstaetterstr. 58 http://www.redhat.de/
D-70178 Stuttgart
pgp75oqYET4bv.pgp
Description: PGP signature
