You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…utex`
The `conf_change_handler()` callback comes from external code, and could do anything.
In practice, it *now* ends up (eventually) calling `Display::configuration`, which
*also* tries to take the configuration mutex, with hilarious consequences!
Drop the lock before invoking the callback.
Fixes: #3375
…utex` (#3377)
The `conf_change_handler()` callback comes from external code, and could
do anything. In practice, it *now* ends up (eventually) calling
`Display::configuration`, which *also* tries to take the configuration
mutex, with hilarious consequences!
Drop the lock before invoking the callback.
Fixes: #3375
No description provided.
The text was updated successfully, but these errors were encountered: