microsoft / microsoft/Windows-Driver-Developer-Supplemental-Tools

Routines that were annotated with __drv_dispatchType(DRIVER_DISPATCH) are not seen as WdmCallbackRoutine or WdmDispatchRoutines

Open
#30 1 comment 0 reactions 1 assignee View on GitHub

@NateD-MSFT is already working on this.

Since Sep 1, 2022.

bug
Dominant language
CodeQL
Stars
85
Forks
38
PR merge metrics
No merged PRs in 30d

Description

__drv_dispatchType(DRIVER_DISPATCH)
__drv_dispatchType(IRP_MJ_CREATE)
__drv_dispatchType(IRP_MJ_SHUTDOWN)
NTSTATUS
CdFsdDispatch (
In PDEVICE_OBJECT DeviceObject,
Inout PIRP Irp
);

CdFsdDispatch, for example will not be caught by queries that look for WdmDispatchRoutines or WdmCallbackRoutines

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.