Skip to content

Commit 4b451cf

Browse files
authored
Update ImproperCheckReturnValueScanf.expected
1 parent 5e23615 commit 4b451cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/test/experimental/query-tests/Security/CWE/CWE-754/semmle/tests/ImproperCheckReturnValueScanf.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
| test.cpp:105:3:105:7 | call to scanf | Unchecked return value for call to 'scanf'. |
66
| test.cpp:106:3:106:7 | call to scanf | Unchecked return value for call to 'scanf'. |
77
| test.cpp:114:3:114:7 | call to scanf | Unchecked return value for call to 'scanf'. |
8+
| test.cpp:119:3:119:7 | call to scanf | Unchecked return value for call to 'scanf'. |

0 commit comments

Comments
 (0)