Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Avoid crashing in NativeViewHost::SetParentAccessible on Windows 10 #26924

Merged
merged 1 commit into from Dec 11, 2020

Commits on Dec 10, 2020

  1. fix: Avoid crashing in NativeViewHost::SetParentAccessible on Windows

    This fixes electron#26905. The patch was obtained from @deepak1556, who in turn
    got it from the Microsoft Teams folks.
    
    I believe the crash started happening due to the changes in
    https://chromium.googlesource.com/chromium/src.git/+/5c6c8e994bce2bfb867279ae5068e9f9134e70c3%5E!/#F15
    
    This affects Electron 9 and later.
    
    Notes: Fix occasional crash on Windows
    poiru committed Dec 10, 2020
    Copy the full SHA
    a74da42 View commit details
    Browse the repository at this point in the history