Skip to content

Commit d36e082

Browse files
zerooooooo
1 parent 6aa8615 commit d36e082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ebpf/c/tracee.bpf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4054,7 +4054,7 @@ int tracepoint__io_uring__io_uring_queue_async_work(struct bpf_raw_tracepoint_ar
40544054
}
40554055

40564056
// Start with the full context from task_info
4057-
event_context_t current_ctx;
4057+
event_context_t current_ctx = {.processor_id = -1, .syscall = -1, .retval = -1, .stack_id = -1, .task = NULL, .ts = 0};
40584058

40594059
// Override with poll context if available (for SQPOLL mode)
40604060
// In SQPOLL mode, the io_uring_create probe stores the submitting thread's context

0 commit comments

Comments
 (0)