GNOME Bugzilla – Bug 670319
[Patch] polkit-agent: Fix SEGV with polkit 104 and under
Last modified: 2012-02-19 11:29:28 UTC
Created attachment 207900 [details] [review] fix the SEGV When running systemd, polkit doesn't set the error when returning false from g_initable_init, so error->message SEGV when we display it.
Review of attachment 207900 [details] [review]: could you improve subject to something like: pokit-agent: fix segfault when we we fail to get the current session and add a comment in the code like /* older versions of polkit don't properly set error on failure */ otherwise seems fine
Created attachment 207902 [details] [review] fix the SEGV
Review of attachment 207902 [details] [review]: Looks good, thanks
Comment on attachment 207902 [details] [review] fix the SEGV This got pushed as b67138b5 so we should just close this.