-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
-
b21
ZipEntry(String), ZipEntry::setComment, ZipEntry::setExtra validate the field size against 0xFFFF(65535) where as it should be against 0xFFD1(65489) taking into account the size of the CEN header which is 46 bytes
- csr for
-
JDK-8340962 ZipEntry field validation does not take into account the size of a CEN header
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/54a744b0
-
Review(master) openjdk/jdk/21147
-
Review(master) openjdk/jdk/21544