Skip to content

unattended-installer: Avoid accessing non-existant gvariant child

Felipe Borges requested to merge unattended-installer-warnings into master

It's an error when index_ is greater than the number of child items in the container. https://valadoc.org/glib-2.0/GLib.Variant.get_child_value.html

Merge request reports