print_strace("[runtime] proxied getuid, ret: %d\r\n", ret); return ret; } uintptr_t io_syscall_pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, uintptr_t timeout, uintptr_t sigmask) { uintptr_t ret = -1; struct edge_syscall* edge_syscall = (struct...
- tcp: Use refcount_inc_not_zero() in tcp_twsk_unique(). - Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout (CVE-2024-27398) - Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (CVE-2024-27399) - rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validat...
ready = select(nfds, &readfds, &writefds, &exceptfds, timeout) 函数开始调用,期间 SIGINTR 信号是一直阻塞状态,避免 select 函数执行期间被传递,造成 select 错过该信号。 当select 函数返回后,sigprocmask(SIG_SETMASK, &sigsaved, NULL) 函数调用将之前的信号掩码恢复(sigsaved 为 0),SIGINTR 阻塞状态被...
1068365:https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068365Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ---Begin Message--- Source: util-linux Version: 2.40-1 Severity: important Tags: upstream X-Debbugs-Cc: debian-m...@lists.debian.org Control: forwarded ...