CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/08/01 13:36:28
Modified files:
archivers/libarchive: Makefile
Added files:
archivers/libarchive/patches:
patch-libarchive_archive_read_support_format_tar_c
patch-libarchive_archive_write_c
Log message:
Cherry pick two upstream fixes that may have security implications:
* Handle a 'calloc' returning NULL
* Validate entry_bytes_remaining in pax_attribute
Requested by tj@
