Merge pull request #14881 from MathiasVP/no-dtt-in-user-controlled-null-termination-tainted

C++: Rewrite `cpp/user-controlled-null-termination-tainted` away from `DefaultTaintTracking`
This commit is contained in:
Mathias Vorreiter Pedersen
2023-11-23 14:41:33 +00:00
committed by GitHub
2 changed files with 40 additions and 75 deletions

View File

@@ -1,2 +1,2 @@
| test.cpp:466:10:466:15 | buffer | String operation depends on a $@ that may not be null terminated. | test.cpp:465:18:465:23 | buffer | user-provided value |
| test.cpp:481:10:481:15 | buffer | String operation depends on a $@ that may not be null terminated. | test.cpp:480:9:480:14 | buffer | user-provided value |
| test.cpp:466:10:466:15 | buffer | String operation depends on $@ that may not be null terminated. | test.cpp:465:18:465:23 | read output argument | buffer read by read |
| test.cpp:481:10:481:15 | buffer | String operation depends on $@ that may not be null terminated. | test.cpp:480:9:480:14 | fread output argument | string read by fread |