mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 15:38:44 +02:00
Add tests for '=' in names and values.
2003-08-07 Matthias Clasen <maclas@gmx.de> * tests/env-test.c: Add tests for '=' in names and values. * glib/gutils.c (g_setenv, g_unsetenv): Check that the variable name doesn't contain '='. Add a declaration for environ. (#119338)
This commit is contained in:
committed by
Matthias Clasen
parent
4d2921959e
commit
96838a7a88
@@ -1,5 +1,10 @@
|
||||
2003-08-07 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/env-test.c: Add tests for '=' in names and values.
|
||||
|
||||
* glib/gutils.c (g_setenv, g_unsetenv): Check that the variable name doesn't contain '='. Add a
|
||||
declaration for environ. (#119338)
|
||||
|
||||
* acinclude.m4: Tighten the snprintf() test to check behaviour on zero-size buffers. (#106091)
|
||||
|
||||
* tests/patterntest.c: Specify test strings in UTF-8, remove all charset conversion.
|
||||
|
Reference in New Issue
Block a user