Skip to content
Commit f1196e8e authored by Frank Reininghaus's avatar Frank Reininghaus
Browse files

Fix crashes in KUrlNavigator that are caused by nested event loops

KUrlNavigator opens menus with exec() in a few places, and accesses
member variables or pointers to children after that. This can cause
crashes if the object has been deleted inside the nested event loops.

This is fixed by using QPointers to detect if an object was deleted
already, and return immediately in that case.

I'll forward-port to KF5 in a few days.

BUG: 293863
REVIEW: 118858
FIXED-IN: 4.13.3
parent 6371ce25
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