Skip to content

network: Remove "close-request" signal handler for VPN file import dialog

From the commit:

When the dialog is closed using ESC key, the "close-request" signal is emitted in addition to the "response" signal. When the "close-request" is handled, it frees the memory to which info points. In the "response" signal handler, the memory of info pointer is accessed again, leading to a segmentation fault.

Fix this by removing the "close-request" function callback, which shares the same behaviour as the "response" callback function.

Fixes: #2320 (closed)

Edited by Martin Pobaschnig

Merge request reports