Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #4605. CGI.unescapeHTML => Java::JavaLang::ArrayIndexOutOfBound…
…sException One more bounds check. C has \0 so it can ask one char past len whereas we need to guard against it. I think this is the last one but since I audited the code after the last similar bug fix and did not notice this issue so who knows? :)