Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0d5a91 + 9470a99 commit 649bd03Copy full SHA for 649bd03
1 file changed
cpp/ql/src/Security/CWE/CWE-457/InitializationFunctions.qll
@@ -353,7 +353,9 @@ class InitializationFunction extends Function {
353
// Destination range is zeroed out on failure, assuming first two parameters are valid
354
"memcpy_s",
355
// This zeroes the memory unconditionally
356
- "SeCreateAccessState"
+ "SeCreateAccessState",
357
+ // Argument initialization is optional, but always succeeds
358
+ "KeGetCurrentProcessorNumberEx"
359
]
360
)
361
}
0 commit comments