mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
C++: Fixup forgotten test annotation
This should have been removed in 038bea2f52.
This commit is contained in:
@@ -121,7 +121,7 @@ void taint_x(Point *pp) {
|
||||
}
|
||||
|
||||
void y_to_sink(Point *pp) {
|
||||
sink(pp->y); // not tainted [FALSE POSITIVE]
|
||||
sink(pp->y); // not tainted
|
||||
}
|
||||
|
||||
void test_conflated_fields2() {
|
||||
|
||||
Reference in New Issue
Block a user