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.
1 parent 9e3bfe1 commit 772a515Copy full SHA for 772a515
1 file changed
cpp/ql/test/library-tests/dataflow/taint-tests/vector.cpp
@@ -393,7 +393,7 @@ void test_vector_output_iterator(int b) {
393
394
std::vector<int>::iterator i10 = v10.begin();
395
vector_iterator_assign_wrapper(i10, 10);
396
- sink(v10); // FALSE POSITIVE
+ sink(v10);
397
398
std::vector<int>::iterator i11 = v11.begin();
399
vector_iterator_assign_wrapper(i11, source());
0 commit comments