Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Limit write requests to at most INT_MAX.
This prevents a certain common programming error (passing -1 to write) from leading to other problems deeper in the library.
- Loading branch information