Crash due to Null Pointer Dereference in WindowDestroyed Method #3884
Labels
alloy-style
Related to Chrome runtime + Alloy style
bug
Bug report
native
Related to a native (non-Views) framework
windows
Windows platform
Occasional crashes occur due to a null pointer dereference when calling AlloyBrowserHostImpl::FromBaseChecked(browser)->WindowDestroyed();. The FromBaseChecked function return nullptr if the input variable browser is nullptr, currently, there is no null check before calling WindowDestroyed()
cef/libcef/browser/native/browser_platform_delegate_native_win.cc
Line 575 in 144e01e
The text was updated successfully, but these errors were encountered: