CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2024/04/16 16:58:10
Modified files: bin/pax : tar.c Log message: Fix reading large pax extended records 512 bytes isn't enough if you want to store rather large but still useful long file names or symbolic links destinations. The best way to size the buffer to read those records is based upon the largest paths pax(1) can handle, and that is PAXPATHLEN. Reported by caspar@, input and ok millert@