microsoft/msquic
在 GitHub 查看Miss check for the return value of CXPLAT_ALLOC_NONPAGED and CxPlatPoolAlloc
Open
#5,233 建立於 2025年7月10日
Area: TestingHowFound: MSRTriagedgood first issuehelp wanted
倉庫指標
- Star
- (4,712 star)
- PR 合併指標
- (PR 指標待抓取)
描述
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