After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 658670 - ggc network panel segfault upon invocation
ggc network panel segfault upon invocation
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Network
git master
Other Linux
: Normal critical
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-09 17:57 UTC by Alban Browaeys
Modified: 2011-09-09 18:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix segfault in ggc network panel (1.05 KB, patch)
2011-09-09 17:57 UTC, Alban Browaeys
committed Details | Review

Description Alban Browaeys 2011-09-09 17:57:32 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.
Comment 1 Bastien Nocera 2011-09-09 18:13:03 UTC
Thanks for the patch!