Skip to content

Commit 8646d5c

Browse files
committed
C++: Fix test failure (we no longer have taint flow from the size parameter).
1 parent 541a449 commit 8646d5c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cpp/ql/test/library-tests/dataflow/taint-tests/localTaint.expected

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5507,8 +5507,6 @@
55075507
| taint.cpp:194:10:194:10 | x | taint.cpp:194:9:194:10 | & ... | |
55085508
| taint.cpp:194:13:194:18 | source | taint.cpp:194:2:194:7 | call to memcpy | TAINT |
55095509
| taint.cpp:194:13:194:18 | source | taint.cpp:194:9:194:10 | ref arg & ... | TAINT |
5510-
| taint.cpp:194:21:194:31 | sizeof(int) | taint.cpp:194:2:194:7 | call to memcpy | TAINT |
5511-
| taint.cpp:194:21:194:31 | sizeof(int) | taint.cpp:194:9:194:10 | ref arg & ... | TAINT |
55125510
| taint.cpp:207:6:207:11 | call to source | taint.cpp:207:2:207:13 | ... = ... | |
55135511
| taint.cpp:207:6:207:11 | call to source | taint.cpp:210:7:210:7 | x | |
55145512
| taint.cpp:207:6:207:11 | call to source | taint.cpp:213:12:213:12 | x | |

0 commit comments

Comments
 (0)