Skip to content

pkexec: avoid access to a NULL pointer

Do not access attributes of a non-existing instance of the GError structure.

This MR is similar to the !150 (merged). Same problem but different place.

Merge request reports