microsoft/msquic
Auf GitHub ansehenMiss check for the return value of CXPLAT_ALLOC_NONPAGED and CxPlatPoolAlloc
Open
#5.233 geöffnet am 10. Juli 2025
Area: TestingHowFound: MSRTriagedgood first issuehelp wanted
Repository-Metriken
- Stars
- (4.712 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Description
There are several instances in the codebase where the return value of CXPLAT_ALLOC_NONPAGED and CxPlatPoolAlloc is not checked before being used.
Suggested Fix
Add a null check immediately after each CXPLAT_ALLOC_NONPAGED and CxPlatPoolAlloc call, and handle the failure case appropriately