blob: 6e40dd69048c774dfcc86b352d8eeaf35f0b6c52 (
plain) (
blame)
1
2
3
|
The bug report mentions that `waitid` leaves target `siginfo` uninitialized when `info.si_pid` is zero. This indicates an issue related to how system calls are handling or not handling certain conditions, specifically within the `waitid` syscall. The problem arises during runtime execution, but it's more precisely tied to the incorrect behavior of a system call.
syscall
|