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

Backends: Win32: Uninitialized context crash fix #6275

Closed
wants to merge 1 commit into from

Commits on Mar 25, 2023

  1. Uninitialized context crash fix

    Ignoring the window procedure handler for contexts that havn't been initialized yet will prevent this from crashing when the backend data is being accessed, for example on line 526.
    
    In my situation contexts(2) are being created before the window. Then when the window is created and starts sending messages i havn't had a chance yet to initialize each context. I'm thinking this early out will just discard messages for such contexts, similar to as-if there isn't an active context yet.
    MennoVink authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    ec04cc3 View commit details
    Browse the repository at this point in the history