mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
bus-message: return -EBADMSG not -EINVAL on invalid !gvariant messages
This commit is contained in:
parent
edde66ffc2
commit
d831fb6f2b
@ -5024,7 +5024,7 @@ static int message_skip_fields(
|
||||
|
||||
*signature += l;
|
||||
} else
|
||||
return -EINVAL;
|
||||
return -EBADMSG;
|
||||
}
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user