Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify bounds check in ssl_write_certificate_request
It is sufficient to check for the strongest limit only. Using a smaller type ensures there is no overflow (assuming size_t is at least 32 bits). Fixes #2916 Signed-off-by: irwir <[email protected]>
- Loading branch information