You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged PR 42182: Use explicit full-path for loading MsQuic.dll
Port of https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/pullrequest/42181 for 8.0
# Description
Use explicit full-path for loading MsQuic.dll - it prevents accidental load of MsQuic.dll from another unintended directory (e.g. CWD = Current Working Directory) if the bundled MsQuic.dll fails to load (which can happen e.g. on WinServer 2012, where MsQuic is not supported).
# Customer Impact
Defense-in-depth
# Regression
No
# Testing
Targeted manual test on affected OS (Windows Server 2012), including self-contained and single-file publish scenarios.
# Risk
Low, changes are contained and have been thoroughly tested manually and in CI suite.
0 commit comments