mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Add note on why the zero is commented out in Lt32BitFlowConfig
This commit is contained in:
@@ -144,6 +144,7 @@ class Lt32BitFlowConfig extends TaintTracking::Configuration, DataFlow::Configur
|
||||
Lt32BitFlowConfig() { this = "Lt32BitFlowConfig" }
|
||||
|
||||
override predicate isSource(DataFlow::Node source) {
|
||||
// NOTE: target bit size 0 is already addressed in Lt64BitFlowConfig.
|
||||
exists(ParserCall call | call.getTargetBitSize() = [/*0,*/ 32] | source = call)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user