summaryrefslogtreecommitdiff
path: root/.be/8443e173-30ee-4e83-9228-9e11414e3432/bugs/f0f4b1f0-0446-486b-b089-d4f42789c454/comments/9546a67c-c8c5-498d-853b-5e234511273a/body
blob: 6d7ea302c4fc38bce5bdfbf0d02e713ca1b3d2aa (plain)
1
2
3
4
 • Check format of strings passed to GDBus functions, for example, this is wrong:
	g_dbus_interface_skeleton_export (blah, blah, "I.am.not.a.valid.object.path!", blah);
   or more realistically:
	g_dbus_interface_skeleton_export (blah, blah, "/org.notvalidbecausethereisadothere/blah/Something/Else/Which/Is/Valid", blah);