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

Allow non-System32 DLL Loads for Sanitizer Builds #4886

Merged
merged 1 commit into from
Mar 3, 2025
Merged

Conversation

nibanks
Copy link
Member

@nibanks nibanks commented Mar 3, 2025

Description

When compiled for sanitizer builds, ASAN loads from a local directory. So, we must relax the production requirement to load from only system32.

Testing

Locally and CI/CD

Documentation

N/A

Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.88%. Comparing base (257a038) to head (13c4b7c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4886      +/-   ##
==========================================
- Coverage   87.27%   86.88%   -0.40%     
==========================================
  Files          56       56              
  Lines       17630    17630              
==========================================
- Hits        15386    15317      -69     
- Misses       2244     2313      +69     

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

@nibanks nibanks merged commit 4611206 into main Mar 3, 2025
388 of 390 checks passed
@nibanks nibanks deleted the fix-asan-loads branch March 3, 2025 17:19
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
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.

2 participants