mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-09-15 21:56:21 +03:00

This check is currently limited to checking mismatches that occur in the same stack frame. It does not detect across stack frames. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Alexander Motin <mav@FreeBSD.org> Signed-off-by: Richard Yao <richard@ryao.dev> Closes #17352
6 lines
190 B
YAML
6 lines
190 B
YAML
name: "Custom CodeQL Analysis"
|
|
|
|
queries:
|
|
- uses: ./.github/codeql/custom-queries/cpp/deprecatedFunctionUsage.ql
|
|
- uses: ./.github/codeql/custom-queries/cpp/dslDatasetHoldReleMismatch.ql
|