mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
Include a test involving consecutive backslashes followed by a non-escaped
Sat Jul 31 20:33:07 2004 Matthias Clasen <maclas@gmx.de> * tests/shell-test.c: Include a test involving consecutive backslashes followed by a non-escaped doublequote. * glib/gshell.c (tokenize_command_line): Count consecutive backslashes mod 2 to detect escaped doubleqotes. (#127306)
This commit is contained in:
committed by
Matthias Clasen
parent
0611985dd9
commit
d2c7108828
@@ -1,3 +1,11 @@
|
||||
Sat Jul 31 20:33:07 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/shell-test.c: Include a test involving consecutive
|
||||
backslashes followed by a non-escaped doublequote.
|
||||
|
||||
* glib/gshell.c (tokenize_command_line): Count consecutive
|
||||
backslashes mod 2 to detect escaped doubleqotes. (#127306)
|
||||
|
||||
2004-07-30 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gconvert.c (g_unescape_uri_string): Don't validate
|
||||
|
Reference in New Issue
Block a user