Hi Andrew, On 03/19/2016 01:00 AM, Andrew Zaborowski wrote: > We reset container->variable_is_last after basic fixed-size types but > not after structs and dicts. This would probably produce incorrect > results for fixed-size structs that are the last element in a > variable-size struct, e.g. (s(u)) > --- > ell/gvariant-util.c | 2 ++ > 1 file changed, 2 insertions(+) I think you are correct on this one. Can we add a quickie test for this? I went ahead and applied the patch. Regards, -Denis