Commit 267dd7fa authored by Michal Klocek's avatar Michal Klocek
Browse files

Fix race condition in ResourceDispatcherHostLoginDelegateQt


Do no access m_request from ui thread. The auth request can get cancelled,
this can happen for example when a new navigation interrupts the current one.

Fixes: QTBUG-71128
Change-Id: I140b1a164294342bad13a76342c1f642ba0960c8
Reviewed-by: default avatarKai Koehne <kai.koehne@qt.io>
parent bdb2c84e
Showing with 5 additions and 3 deletions
Supports Markdown
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