On Thu, 8 May 2025 12:08:09 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review of this change which addresses the issue noted in > https://bugs.openjdk.org/browse/JDK-8354799? > > `java.util.zip.ZipInputStream` when dealing with a `STORED` entry of zero > size was missing a CRC check for that entry. The change in this PR addresses > that and introduces a new jtreg test which reproduces the issue and verifies > the fix. > > tier testing is currently in progress. This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/25116