GNOME Bugzilla – Bug 658670
ggc network panel segfault upon invocation
Last modified: 2011-09-09 18:13:06 UTC
Created attachment 196136 [details] [review] fix segfault in ggc network panel In commit d26fb9694dbb9443bdc8216cc4e836ceaf92fddd of plugins/network/cc-network-panel.c "gchar **args = " was switched to "gchar **args; **args =" as args is uninitialized at this point this break.
Thanks for the patch!