Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gpgtar: Fix extracting files with !(size % 512) | Andre Heinecke | 2015-03-17 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | * tools/gpgtar-extract.c (extract_regular): Handle size multiples of RECORDSIZE. -- If a hdr->size was a multiple of 512 the last record would not have been written and the files corrupted accordingly. GnuPG-bug-id: 1926 Signed-off-by: Andre Heinecke <[email protected]> Changed to use only if-else. Signed-off-by: Werner Koch <[email protected]> (cherry picked from commit 6cbbb0bec98e1acefc4c7163cc41a507469db920) | ||||
* | Add gpgtar backport | Werner Koch | 2011-01-11 | 1 | -0/+349 |