We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3dc318 commit db86f6aCopy full SHA for db86f6a
cpp/ql/test/library-tests/dataflow/taint-tests/atl.cpp
@@ -785,7 +785,7 @@ void test_CSimpleMap() {
785
{
786
CSimpleMap<char*, wchar_t*> a;
787
auto pos = a.FindKey("hello");
788
- sink(a.GetValueAt(pos)); // $ MISSING: ir
+ sink(a.GetValueAt(pos)); // clean
789
}
790
791
0 commit comments