Skip to content

Fix Windows Loader Flags #4883

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

Merged
merged 1 commit into from
Mar 3, 2025
Merged

Fix Windows Loader Flags #4883

merged 1 commit into from
Mar 3, 2025

Conversation

nibanks
Copy link
Member

@nibanks nibanks commented Mar 3, 2025

Description

Fixes the Windows loader flags to load dependencies from system32 directory.

Testing

Manually verified locally, and CI/CD for regression checks.

Documentation

N/A - this was always the expected behavior

Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.94%. Comparing base (302fd72) to head (1875cf9).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4883      +/-   ##
==========================================
- Coverage   87.30%   86.94%   -0.36%     
==========================================
  Files          56       56              
  Lines       17630    17630              
==========================================
- Hits        15391    15328      -63     
- Misses       2239     2302      +63     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nibanks nibanks merged commit 257a038 into main Mar 3, 2025
387 of 391 checks passed
@nibanks nibanks deleted the load-flags branch March 3, 2025 14:34
nibanks added a commit that referenced this pull request Mar 3, 2025
nibanks added a commit that referenced this pull request Mar 3, 2025
nibanks added a commit that referenced this pull request Mar 3, 2025
* Fix Windows Loader Flags (#4883)

* Update Patch Version

* Allow non-System32 DLL Loads for Sanitizer Builds (#4886)

* cp key update crash
nibanks added a commit that referenced this pull request Mar 3, 2025
* Fix Windows Loader Flags (#4883)

* Update Patch Version

* Allow non-System32 DLL Loads for Sanitizer Builds (#4886)

* cp key update crash
@AustinWise
Copy link

Thanks for fixing this. I built the main branch and confirmed that the load flag is now correctly set.

@nibanks
Copy link
Member Author

nibanks commented Mar 5, 2025

Thanks for fixing this. I built the main branch and confirmed that the load flag is now correctly set.

Thanks! It should also be in the two latest release branches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants