mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C++: autoformat
This commit is contained in:
committed by
Robert Marsh
parent
bf07b0f97b
commit
604affdeb0
@@ -92,9 +92,7 @@ module PointerArithmeticToDerefConfig implements DataFlow::ConfigSig {
|
||||
pointerArithOverflow(source.asInstruction(), _, _, _, _)
|
||||
}
|
||||
|
||||
predicate isSink(DataFlow::Node sink) {
|
||||
isInvalidPointerDerefSink1(sink, _, _)
|
||||
}
|
||||
predicate isSink(DataFlow::Node sink) { isInvalidPointerDerefSink1(sink, _, _) }
|
||||
}
|
||||
|
||||
module PointerArithmeticToDerefFlow = DataFlow::Global<PointerArithmeticToDerefConfig>;
|
||||
|
||||
Reference in New Issue
Block a user