This repository is publicly accessible, but you have to accept the conditions to access its files and content.
Log in or Sign Up to review the conditions and access this model content.
ReaderImpl.java:832: (int) ps.getFooterLength() casts long→int without validation. Crafted footer_length > INT32_MAX causes incorrect buffer allocation.
ReaderImpl.java:832
(int) ps.getFooterLength()
-