We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8cfa71 commit 289b938Copy full SHA for 289b938
1 file changed
cpp/ql/test/library-tests/dataflow/taint-tests/atl.cpp
@@ -1155,7 +1155,7 @@ void test_CStringT() {
1155
sink(s14.GetString()); // $ ir
1156
1157
CStringT<char> s15;
1158
- s15.AppendFormat(42, source<char>());
+ s15.AppendFormat(42, indirect_source<char>());
1159
sink(s15.GetString()); // $ ir
1160
1161
CStringT<char> s16;
0 commit comments