Files
snapd/overlord/assertstate
Michael Vogt 7cc3b748ea assertstate: fix nil access in checkConflictsAndPresence
The code checks that `as` is of type `asserts.ValidationSet`. Hower
when it is not the (nil) value of the failed type assertion is
used in the error. So if this ever is hit it would causes a crash.
2023-07-25 08:46:36 +02:00
..