ppkarwasz commented on code in PR #710:
URL: https://github.com/apache/commons-compress/pull/710#discussion_r2380009862
##########
src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java:
##########
@@ -354,34 +354,44 @@ public static void formatUnsignedOctalString(final long
value, final byte[] buff
*
* @param input the input stream from which to read the special tar entry
content.
* @param encoding the encoding to use for reading names.
+ * @param maxEntryNameLength the maximum allowed length for entry names.
* @param entry the tar entry to handle.
* @param paxHeaders the map to update with PAX headers.
* @param sparseHeaders the list to update with sparse headers.
* @param globalPaxHeaders the map to update with global PAX headers.
* @param globalSparseHeaders the list to update with global sparse
headers.
* @throws IOException if an I/O error occurs while reading the entry.
*/
- static void handleSpecialTarRecord(final InputStream input, final
ZipEncoding encoding, final TarArchiveEntry entry, final Map<String, String>
paxHeaders,
- final List<TarArchiveStructSparse> sparseHeaders, final
Map<String, String> globalPaxHeaders,
- final List<TarArchiveStructSparse> globalSparseHeaders) throws
IOException {
+ static void handleSpecialTarRecord(
Review Comment:
Fixed in
https://github.com/apache/commons-compress/pull/710/commits/94c8f6ee0ce2999015b540f548414a85779b691b
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]