Skip to content

Handle zero size non-fixed arrays better

Alexander Larsson requested to merge zero-size-fixes into master

In these cases the the size of the container is 0, and we don't have a frame offset table.

Also, in this case the validation can fail because g_variant_get_data() can return NULL.

Merge request reports