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
Document that negative pids aren't UB, but may cause unexpected behavior. (#1443)
As discussed in #1433, allow `Pid` values to be negative without
invoking UB, because they can occur on systems configured with seccomp-bpf
to make syscalls like `getpid` fail. However, also document that while
this doesn't invoke UB, it isn't useful.
0 commit comments