Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `"true"` string has 4 bytes so `memcmp(p2, "true", 3)` should be `memcmp(p2, "true", 4)`
- Loading branch information
The `"true"` string has 4 bytes so `memcmp(p2, "true", 3)` should be `memcmp(p2, "true", 4)`