Module Name: src Committed By: mrg Date: Tue Jan 13 02:36:22 UTC 2015
Modified Files: src/external/zlib/pigz/dist: pigz.c Log Message: merge https://github.com/madler/pigz/commit/fdad1406b3ec809f4954ff7cdf9e99eb18c2458f -- When decompressing with -N or -NT, strip any path from header name. This uses the path of the compressed file combined with the name from the header as the name of the decompressed output file. Any path information in the header name is stripped. This avoids a possible vulnerability where absolute or descending paths are put in the gzip header. -- To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 src/external/zlib/pigz/dist/pigz.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.