Skip to content

network: fix crashes in eap-method-simple

Michael Catanzaro requested to merge mcatanzaro/#1905 into main

When the stored password is missing, we will crash passing NULL to a non-nullable GTK API function.

Fixes #1905 (closed)

Merge request reports