Escape special chars in formhistory array keys
This commit is contained in:
parent
f759fe921a
commit
e7e2181858
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ formhistory_update_main_hash (gchar* key,
|
||||||
if (length > MAXCHARS || length < MINCHARS)
|
if (length > MAXCHARS || length < MINCHARS)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
formhistory_fixup_value (key);
|
||||||
formhistory_fixup_value (value);
|
formhistory_fixup_value (value);
|
||||||
if ((tmp = g_hash_table_lookup (global_keys, (gpointer)key)))
|
if ((tmp = g_hash_table_lookup (global_keys, (gpointer)key)))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue