asyncDialogBox: lock box in fdWrite to prevent a uaf (#10759)

This commit is contained in:
Vaxry 2025-06-16 17:02:08 +02:00 committed by GitHub
parent d4e8a44087
commit aba2cfe7a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View file

@ -27,6 +27,8 @@ class CAsyncDialogBox {
void kill();
bool isRunning() const;
SP<CAsyncDialogBox> lockSelf();
// focus priority, only permission popups
bool m_priority = false;