CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2025/07/06 13:25:51
Modified files: bin/pax : tar.c Log message: Print a message when failing to write tar, ustar and pax (extended) headers. Do no not abort but skip the file if the extended header size or checksum do not fit, same as for regular ustar headers. Not sure if it can really happen in practice. OK millert@