Merge pull request #18463 from MathiasVP/add-sysalloc-models

C++: Add MaD models for `SysAllocString` and friends
This commit is contained in:
Mathias Vorreiter Pedersen
2025-01-10 10:10:06 +00:00
committed by GitHub
6 changed files with 52 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
extensions:
- addsTo:
pack: codeql/cpp-all
extensible: summaryModel
data: # namespace, type, subtypes, name, signature, ext, input, output, kind, provenance
- ["", "", False, "SysAllocString", "", "", "Argument[*0]", "ReturnValue[*]", "value", "manual"]
- ["", "", False, "SysAllocStringByteLen", "", "", "Argument[*0]", "ReturnValue[*]", "value", "manual"]
- ["", "", False, "SysAllocStringLen", "", "", "Argument[*0]", "ReturnValue[*]", "value", "manual"]