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
Turns out that these comparisons are actually essential: otherwise e.g.
`kill <pid>` will simply segfault if `<pid>` does not refer to an MSYS2
process (see git-for-windows/git#1316 for a
real-world bug report).
We *have* to compile this code with -Wno-error=nonnull-compare.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments