]> Dogcows Code - chaz/tar/commit
(read_and, list_archive): Simplify code.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Aug 1999 07:52:26 +0000 (07:52 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Aug 1999 07:52:26 +0000 (07:52 +0000)
commitc62fe41ec532b78e737ba158ede0fe0a41439f95
treec4d65da333be1d3df153c92b239b72f13235f2f3
parent72290b64a6433a3c88ecb7b3044c3047beffeadc
(read_and, list_archive): Simplify code.
(read_header): Fix computation of signed checksums on machines where
char is unsigned.
Do not consider a block to be zero unless all its bytes are zero,
even the checksum bytes.  Do not attempt to parse the checksum of
a zero block.  Fix memory leak with long names and links.
(from_chars): Accommodate a buggy tar that outputs leading NUL
if the previous field overflows.
(skip_extended_headers): Don't assume find_next_block yields nonnull.
src/list.c
This page took 0.023696 seconds and 4 git commands to generate.