Skip to content

abuild-tar: Fix integer signedness mismatch on x86_64

Kuichi Fujiwara requested to merge (removed):abuild-tar into master

Root cause of a malloc() failure when processing large files (>2GB) in an archive.

This patch does not address the bigger issue of processing large files (>4GB) on 32-bit platforms.

Edited by Kuichi Fujiwara

Merge request reports