NdisAllocateMemoryWithTagPriority rule (ndis)

NdisAllocateMemoryWithTagPriority 规则指定驱动程序不得在未提供 Tag 的情况下调用 NdisAllocateMemoryWithTagPriority

每个内存分配都应使用唯一的池标记,以确保内核调试程序和驱动程序验证程序能够识别不同的已分配内存块。

驱动程序模型:NDIS

如何测试

编译时

运行 静态驱动程序验证程序 并指定 NdisAllocateMemoryWithTagPriority 规则。

使用以下步骤运行代码分析:
  1. 准备代码 (使用角色类型声明) 。
  2. 运行静态驱动程序验证程序。
  3. 查看和分析结果。

有关详细信息,请参阅 使用静态驱动程序验证程序查找驱动程序中的缺陷

适用于

NdisAllocateMemoryWithTagPriority