VirtualBox

儲存庫 vbox 的更動 85844


忽略:
時間撮記:
2020-8-20 下午01:14:20 (5 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
140012
訊息:

Debugger: Don't crash with an UAF when closing the debugger console with ASAN enabled

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Debugger/VBoxDbgBase.cpp

    r82968 r85844  
    229229{
    230230    bool fRc = QWidget::event(a_pEvt);
    231     vPolishSizeAndPos();
     231    if (   a_pEvt->type() == QEvent::Paint
     232        || a_pEvt->type() == QEvent::UpdateRequest
     233        || a_pEvt->type() == QEvent::LayoutRequest) /** @todo Someone with Qt knowledge should figure out how to properly do this. */
     234        vPolishSizeAndPos();
    232235    return fRc;
    233236}
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette