You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| test.c:18:3:18:11 | call to setlocale | Missing error detection for the call to function `setlocale`. Undetected failures can lead to unexpected or undefined behavior. |
2
-
| test.c:24:23:24:31 | call to setlocale | Missing error detection for the call to function `setlocale`. Undetected failures can lead to unexpected or undefined behavior. |
3
-
| test.c:29:22:29:27 | call to calloc | Missing error detection for the call to function `calloc`. Undetected failures can lead to unexpected or undefined behavior. |
4
-
| test.c:35:7:35:13 | call to realloc | Missing error detection for the call to function `realloc`. Undetected failures can lead to unexpected or undefined behavior. |
5
-
| test.c:46:3:46:7 | call to fseek | Missing error detection for the call to function `fseek`. Undetected failures can lead to unexpected or undefined behavior. |
6
-
| test.c:52:3:52:10 | call to snprintf | Missing error detection for the call to function `snprintf`. Undetected failures can lead to unexpected or undefined behavior. |
7
-
| test.c:60:3:60:9 | call to putchar | Missing error detection for the call to function `putchar`. Undetected failures can lead to unexpected or undefined behavior. |
8
-
| test.c:63:3:63:8 | call to printf | Missing error detection for the call to function `printf`. Undetected failures can lead to unexpected or undefined behavior. |
9
-
| test.c:74:22:74:30 | call to localtime | Missing error detection for the call to function `localtime`. Undetected failures can lead to unexpected or undefined behavior. |
10
-
| test.c:80:3:80:7 | call to mblen | Missing error detection for the call to function `mblen`. Undetected failures can lead to unexpected or undefined behavior. |
11
-
| test.c:97:5:97:9 | call to fputc | Missing error detection for the call to function `fputc`. Undetected failures can lead to unexpected or undefined behavior. |
12
-
| test.c:105:5:105:11 | call to getchar | Missing error detection for the call to function `getchar`. Undetected failures can lead to unexpected or undefined behavior. |
1
+
| test.c:18:3:18:11 | call to setlocale | Missing error detection for the call to function `setlocale`. |
2
+
| test.c:24:23:24:31 | call to setlocale | Missing error detection for the call to function `setlocale`. |
3
+
| test.c:29:22:29:27 | call to calloc | Missing error detection for the call to function `calloc`. |
4
+
| test.c:35:7:35:13 | call to realloc | Missing error detection for the call to function `realloc`. |
5
+
| test.c:46:3:46:7 | call to fseek | Missing error detection for the call to function `fseek`. |
6
+
| test.c:52:3:52:10 | call to snprintf | Missing error detection for the call to function `snprintf`. |
7
+
| test.c:60:3:60:9 | call to putchar | Missing error detection for the call to function `putchar`. |
8
+
| test.c:63:3:63:8 | call to printf | Missing error detection for the call to function `printf`. |
9
+
| test.c:74:22:74:30 | call to localtime | Missing error detection for the call to function `localtime`. |
10
+
| test.c:80:3:80:7 | call to mblen | Missing error detection for the call to function `mblen`. |
11
+
| test.c:97:5:97:9 | call to fputc | Missing error detection for the call to function `fputc`. |
12
+
| test.c:105:5:105:11 | call to getchar | Missing error detection for the call to function `getchar`. |
0 commit comments