|
4 | 4 | | test.c:45:9:45:48 | ... && ... | Return Value of strcpy used in a conditional. | |
5 | 5 | | test.c:49:9:49:15 | call to strncpy | Return Value of strncpy used in a conditional. | |
6 | 6 | | test.c:53:6:53:34 | ! ... | Return Value of strncpy used in a conditional. | |
7 | | -| test.cpp:75:9:75:14 | call to strcpy | Return Value of strcpy used as boolean. | |
8 | 7 | | test.cpp:75:9:75:14 | call to strcpy | Return Value of strcpy used in a conditional. | |
9 | 8 | | test.cpp:79:9:79:31 | ! ... | Return Value of strcpy used in a conditional. | |
10 | 9 | | test.cpp:79:10:79:15 | call to strcpy | Return Value of strcpy used as boolean. | |
11 | 10 | | test.cpp:83:9:83:35 | ... == ... | Return Value of strcpy used in a conditional. | |
12 | 11 | | test.cpp:87:9:87:48 | ... && ... | Return Value of strcpy used in a conditional. | |
13 | 12 | | test.cpp:87:27:87:32 | call to strcpy | Return Value of strcpy used as boolean. | |
14 | | -| test.cpp:91:9:91:37 | call to wcscpy | Return Value of wcscpy used as boolean. | |
15 | 13 | | test.cpp:91:9:91:37 | call to wcscpy | Return Value of wcscpy used in a conditional. | |
16 | | -| test.cpp:95:9:95:14 | call to wcscpy | Return Value of wcscpy used as boolean. | |
17 | 14 | | test.cpp:95:9:95:14 | call to wcscpy | Return Value of wcscpy used in a conditional. | |
18 | | -| test.cpp:99:9:99:15 | call to _mbscpy | Return Value of _mbscpy used as boolean. | |
19 | 15 | | test.cpp:99:9:99:15 | call to _mbscpy | Return Value of _mbscpy used in a conditional. | |
20 | | -| test.cpp:103:9:103:15 | call to strncpy | Return Value of strncpy used as boolean. | |
21 | 16 | | test.cpp:103:9:103:15 | call to strncpy | Return Value of strncpy used in a conditional. | |
22 | | -| test.cpp:107:9:107:15 | call to wcsncpy | Return Value of wcsncpy used as boolean. | |
23 | 17 | | test.cpp:107:9:107:15 | call to wcsncpy | Return Value of wcsncpy used in a conditional. | |
24 | | -| test.cpp:111:9:111:16 | call to _mbsncpy | Return Value of _mbsncpy used as boolean. | |
25 | 18 | | test.cpp:111:9:111:16 | call to _mbsncpy | Return Value of _mbsncpy used in a conditional. | |
26 | | -| test.cpp:115:9:115:18 | call to _strncpy_l | Return Value of _strncpy_l used as boolean. | |
27 | 19 | | test.cpp:115:9:115:18 | call to _strncpy_l | Return Value of _strncpy_l used in a conditional. | |
28 | | -| test.cpp:119:9:119:18 | call to _wcsncpy_l | Return Value of _wcsncpy_l used as boolean. | |
29 | 20 | | test.cpp:119:9:119:18 | call to _wcsncpy_l | Return Value of _wcsncpy_l used in a conditional. | |
30 | | -| test.cpp:123:9:123:18 | call to _mbsncpy_l | Return Value of _mbsncpy_l used as boolean. | |
31 | 21 | | test.cpp:123:9:123:18 | call to _mbsncpy_l | Return Value of _mbsncpy_l used in a conditional. | |
32 | 22 | | test.cpp:127:6:127:34 | ! ... | Return Value of strncpy used in a conditional. | |
33 | 23 | | test.cpp:127:7:127:13 | call to strncpy | Return Value of strncpy used as boolean. | |
|
0 commit comments