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
Windows requires zero-initialized pool allocations by default, with uninitialized allocations explicitly opt-in on a case-by-case basis. MsQuic should conform with these security requirements.
Affected OS
Windows
Linux
macOS
Other (specify below)
Additional OS information
No response
MsQuic version
main
Steps taken to reproduce bug
Use CxPlatProcessorInfo variable to interact with OS.
Expected behavior
The OS accepts the CxPlatProcessorInfo as valid parameters.
Actual outcome
The OS rejects CxPlatProcessorInfo because the PADDING field, which maps to the OS Reserved field, is not zero.
Additional details
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Windows requires zero-initialized pool allocations by default, with uninitialized allocations explicitly opt-in on a case-by-case basis. MsQuic should conform with these security requirements.
Affected OS
Additional OS information
No response
MsQuic version
main
Steps taken to reproduce bug
Use
CxPlatProcessorInfo
variable to interact with OS.Expected behavior
The OS accepts the
CxPlatProcessorInfo
as valid parameters.Actual outcome
The OS rejects
CxPlatProcessorInfo
because thePADDING
field, which maps to the OSReserved
field, is not zero.Additional details
No response
The text was updated successfully, but these errors were encountered: