We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02ebfb commit 4bf2f3aCopy full SHA for 4bf2f3a
cpp/ql/src/semmle/code/cpp/models/implementations/Allocation.qll
@@ -83,7 +83,7 @@ private class AllocaAllocationFunction extends AllocationFunction {
83
// --- stack allocation
84
"alloca", // // alloca(size)
85
"__builtin_alloca", // __builtin_alloca(size)
86
- "_alloca", // __alloca(size)
+ "_alloca", // _alloca(size)
87
"_malloca" // _malloca(size)
88
]) and
89
sizeArg = 0
0 commit comments