forked from github/codeql-coding-standards
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMemcmpUsedToCompareNullTerminatedStrings.expected
More file actions
52 lines (52 loc) · 4.15 KB
/
MemcmpUsedToCompareNullTerminatedStrings.expected
File metadata and controls
52 lines (52 loc) · 4.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
edges
| test.c:6:6:6:6 | *c | test.c:16:10:16:10 | *c | provenance | |
| test.c:6:6:6:6 | *c | test.c:26:13:26:13 | *c | provenance | |
| test.c:6:6:6:6 | *c | test.c:27:10:27:10 | *c | provenance | |
| test.c:6:14:6:26 | {...} | test.c:6:6:6:6 | *c | provenance | |
| test.c:6:25:6:25 | {...} | test.c:6:14:6:26 | {...} | provenance | |
| test.c:7:6:7:6 | *d | test.c:16:13:16:13 | *d | provenance | |
| test.c:7:14:7:26 | {...} | test.c:7:6:7:6 | *d | provenance | |
| test.c:7:25:7:25 | {...} | test.c:7:14:7:26 | {...} | provenance | |
| test.c:12:13:12:15 | *a | test.c:14:10:14:10 | *a | provenance | DataFlowFunction |
| test.c:12:13:12:15 | *a | test.c:23:13:23:13 | *a | provenance | DataFlowFunction |
| test.c:12:13:12:15 | *a | test.c:24:10:24:10 | *a | provenance | DataFlowFunction |
| test.c:13:13:13:15 | *b | test.c:14:13:14:13 | *b | provenance | DataFlowFunction |
| test.c:18:15:18:28 | {...} | test.c:21:10:21:10 | *e | provenance | |
| test.c:18:27:18:27 | {...} | test.c:18:15:18:28 | {...} | provenance | |
| test.c:19:15:19:28 | {...} | test.c:21:13:21:13 | *f | provenance | |
| test.c:19:27:19:27 | {...} | test.c:19:15:19:28 | {...} | provenance | |
nodes
| test.c:6:6:6:6 | *c | semmle.label | *c |
| test.c:6:14:6:26 | {...} | semmle.label | {...} |
| test.c:6:25:6:25 | {...} | semmle.label | {...} |
| test.c:7:6:7:6 | *d | semmle.label | *d |
| test.c:7:14:7:26 | {...} | semmle.label | {...} |
| test.c:7:25:7:25 | {...} | semmle.label | {...} |
| test.c:10:10:10:12 | *a | semmle.label | *a |
| test.c:10:15:10:17 | *b | semmle.label | *b |
| test.c:12:13:12:15 | *a | semmle.label | *a |
| test.c:13:13:13:15 | *b | semmle.label | *b |
| test.c:14:10:14:10 | *a | semmle.label | *a |
| test.c:14:13:14:13 | *b | semmle.label | *b |
| test.c:16:10:16:10 | *c | semmle.label | *c |
| test.c:16:13:16:13 | *d | semmle.label | *d |
| test.c:18:15:18:28 | {...} | semmle.label | {...} |
| test.c:18:27:18:27 | {...} | semmle.label | {...} |
| test.c:19:15:19:28 | {...} | semmle.label | {...} |
| test.c:19:27:19:27 | {...} | semmle.label | {...} |
| test.c:21:10:21:10 | *e | semmle.label | *e |
| test.c:21:13:21:13 | *f | semmle.label | *f |
| test.c:23:13:23:13 | *a | semmle.label | *a |
| test.c:24:10:24:10 | *a | semmle.label | *a |
| test.c:26:13:26:13 | *c | semmle.label | *c |
| test.c:27:10:27:10 | *c | semmle.label | *c |
subpaths
#select
| test.c:10:3:10:8 | call to memcmp | test.c:10:10:10:12 | *a | test.c:10:10:10:12 | *a | memcmp used to compare $@ with $@. | test.c:10:10:10:12 | *a | null-terminated string | test.c:10:15:10:17 | *b | null-terminated string |
| test.c:10:3:10:8 | call to memcmp | test.c:10:15:10:17 | *b | test.c:10:15:10:17 | *b | memcmp used to compare $@ with $@. | test.c:10:10:10:12 | *a | null-terminated string | test.c:10:15:10:17 | *b | null-terminated string |
| test.c:14:3:14:8 | call to memcmp | test.c:12:13:12:15 | *a | test.c:14:10:14:10 | *a | memcmp used to compare $@ with $@. | test.c:12:13:12:15 | *a | null-terminated string | test.c:13:13:13:15 | *b | null-terminated string |
| test.c:14:3:14:8 | call to memcmp | test.c:13:13:13:15 | *b | test.c:14:13:14:13 | *b | memcmp used to compare $@ with $@. | test.c:12:13:12:15 | *a | null-terminated string | test.c:13:13:13:15 | *b | null-terminated string |
| test.c:16:3:16:8 | call to memcmp | test.c:6:25:6:25 | {...} | test.c:16:10:16:10 | *c | memcmp used to compare $@ with $@. | test.c:6:25:6:25 | {...} | null-terminated string | test.c:7:25:7:25 | {...} | null-terminated string |
| test.c:16:3:16:8 | call to memcmp | test.c:7:25:7:25 | {...} | test.c:16:13:16:13 | *d | memcmp used to compare $@ with $@. | test.c:6:25:6:25 | {...} | null-terminated string | test.c:7:25:7:25 | {...} | null-terminated string |
| test.c:21:3:21:8 | call to memcmp | test.c:18:27:18:27 | {...} | test.c:21:10:21:10 | *e | memcmp used to compare $@ with $@. | test.c:18:27:18:27 | {...} | null-terminated string | test.c:19:27:19:27 | {...} | null-terminated string |
| test.c:21:3:21:8 | call to memcmp | test.c:19:27:19:27 | {...} | test.c:21:13:21:13 | *f | memcmp used to compare $@ with $@. | test.c:18:27:18:27 | {...} | null-terminated string | test.c:19:27:19:27 | {...} | null-terminated string |