Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong argument size passed to --parent-pid strncmp check
This PR fixes wrong size argument passed in `strncmp(arg, "--parent-pid", 10)` as the `"--parent-pid"` string has length of 12. Closes #1502
- Loading branch information