Skip to content

Conversation

@rockstar
Copy link
Owner

@rockstar rockstar commented Sep 7, 2025

PID_MAX on macOS is 99999, but we can never be equal to PID_MAX, so instead of <=, we should use < to avoid the potential off-by-one validation error.

`PID_MAX` on macOS is `99999`, but we can never be equal to
`PID_MAX`, so instead of `<=`, we should use `<` to avoid the
potential off-by-one validation error.
@rockstar rockstar force-pushed the fix/macos-pid-validation branch from 9ad2d07 to 57d5fd7 Compare September 7, 2025 19:18
@rockstar rockstar merged commit b1ebbfd into main Sep 7, 2025
5 checks passed
@rockstar rockstar deleted the fix/macos-pid-validation branch September 7, 2025 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants