Diff between 3481ed31baaedd8b58d630c415c721eafd64ae85 and 417d4851198adc3715f61747737527bf5ec2eb40
Changed Files
| File | Additions | Deletions | Status |
| gdbus/object.c | +4 | -0 | modified |
Full Patch
diff --git a/gdbus/object.c b/gdbus/object.c
index 8bc12f5..7a94156 100644
--- a/gdbus/object.c
+++ b/gdbus/object.c
@@ -107,6 +107,10 @@ static void print_arguments(GString *gstr, const char *sig,
break;
}
+ if (!complete) {
+ error("Unexpected signature: %s", sig);
+ return;
+ }
if (direction)
g_string_append_printf(gstr,