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

STL updates Mutex Fix #580

Merged
merged 2 commits into from
Jun 27, 2024
Merged

STL updates Mutex Fix #580

merged 2 commits into from
Jun 27, 2024

Commits on Jun 22, 2024

  1. STL updates Mutex Fix

    microsoft/STL#3824
    microsoft/STL#4000
    microsoft/STL#4339
    
    Add escape hatch due to STL change resulting in issues with binary compatibility.
    
    https://github.com/microsoft/STL/wiki/Changelog
    "Fixed bugs:
    
        Fixed mutex's constructor to be constexpr. #3824 #4000 #4339
            Note: Programs that aren't following the documented restrictions on binary compatibility may encounter null dereferences in mutex machinery. You must follow this rule:
    
                When you mix binaries built by different supported versions of the toolset, the Redistributable version must be at least as new as the latest toolset used by any app component.
    
            You can define _DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR as an escape hatch."
    narknon committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    8d21bf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Add mutex fix for polyhook

    narknon committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    bc157e8 View commit details
    Browse the repository at this point in the history