Skip to content

Fix crash when checking delta with unsigned superblock

Frederic Danis requested to merge wip/fdanis/7216 into apertis/v2021dev2

When we try to apply a delta file with an unsigned superblock, the apertis-update-manager crashes with SEGV. g_autoptr variable need to be initialized to NULL, in case function exits before the variable is assigned and used.

Merge request reports