GNOME Bugzilla – Bug 650688
enforce rules about hash table modification
Last modified: 2011-05-21 02:41:31 UTC
Created attachment 188235 [details] [review] patch g_hash_table_find, g_hash_table_foreach and various other functions take callbacks that are documented as 'must not modify the hash table'. But we are not currently checking this. But when we added iters, we did add the infrastructure to do so, as the following patch shows.