mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
CPP: Effects of #1715.
This commit is contained in:
@@ -230,7 +230,7 @@ void test_lambdas()
|
||||
sink(u);
|
||||
return t;
|
||||
};
|
||||
sink(a()); // tainted [NOT DETECTED]
|
||||
sink(a()); // tainted
|
||||
|
||||
auto b = [&] {
|
||||
sink(t); // tainted [NOT DETECTED]
|
||||
|
||||
Reference in New Issue
Block a user