This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#72] Fix for oob read from htparser_get_strerror
While the API was never effected by this, I guess a user who had set their own parser error could have triggered this read. But alas, a bug is a bug. We don't look for error + 1 in the error string table, we just look for error > last_enum.
- Loading branch information