mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00: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
5 lines
190 B
YAML
5 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
|