Skip to content
Commit d603ba49 authored by Ross Lagerwall's avatar Ross Lagerwall
Browse files

ftp: Prevent segfault when unmounting

If a job is waiting for a connection in
g_vfs_ftp_task_acquire_connection and the backend is force unmounted,
the queue is freed, and the function neither gets a connection nor
sets an error message which causes an issue later.

To fix this, set an error message if the queue is freed.

https://bugzilla.gnome.org/show_bug.cgi?id=653042
parent c0bd3138
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment