Skip to content

Commit 2095248

Browse files
committed
Fix expected file
1 parent 4b51d84 commit 2095248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
| test.c:10:3:10:18 | call to log_local_unsafe | Asyncronous-unsafe function calls within a $@ can lead to undefined behavior. | test.c:16:7:16:12 | call to signal | signal handler |
22
| test.c:11:3:11:6 | call to free | Asyncronous-unsafe function calls within a $@ can lead to undefined behavior. | test.c:16:7:16:12 | call to signal | signal handler |
3-
| test.c:47:3:47: | call to longjmp | Asyncronous-unsafe function calls within a $@ can lead to undefined behavior. | test.c:51:7:51:12 | call to signal | signal handler |
3+
| test.c:47:3:47: | call to siglongjmp | Asyncronous-unsafe function calls within a $@ can lead to undefined behavior. | test.c:51:7:51:12 | call to signal | signal handler |
44
| test.c:77:7:77:11 | call to raise | Asyncronous-unsafe function calls within a $@ can lead to undefined behavior. | test.c:92:7:92:12 | call to signal | signal handler |

0 commit comments

Comments
 (0)