hush/archival/libunarchive
Denis Vlasenko 3376298b59 Stop tracking buffer size - it is a constant.
Stop ignoring write errors.
Fix bugs in this line:
rc->buffer_size = read(rc->fd, RC_BUFFER, rc->buffer_size);
(a) should use safe_read()
(b) just ONE short read (e.g. 4 bytes) will make ALL future reads short!
2007-01-05 14:04:47 +00:00
..
archive_xread_all_eof.c insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). 2006-11-21 11:58:14 +00:00
check_header_gzip.c style fixes 2006-12-26 10:42:51 +00:00
data_align.c Add one-line GPL boilerplate to numerous (but not all yet) source files. 2006-07-12 07:56:04 +00:00
data_extract_all.c tar et al: die if bb_copyfd_size copies less than asked for. 2006-12-22 00:21:07 +00:00
data_extract_to_buffer.c tar et al: die if bb_copyfd_size copies less than asked for. 2006-12-22 00:21:07 +00:00
data_extract_to_stdout.c removal of commented-out cruft 2006-12-22 00:45:27 +00:00
data_skip.c Add one-line GPL boilerplate to numerous (but not all yet) source files. 2006-07-12 07:56:04 +00:00
decompress_bunzip2.c style fixes 2006-12-26 10:42:51 +00:00
decompress_uncompress.c g[un]zip: add support for -v (verbose). 2006-10-01 15:55:11 +00:00
decompress_unlzma.c Stop tracking buffer size - it is a constant. 2007-01-05 14:04:47 +00:00
decompress_unzip.c extern variable declaration in a .c file is heresy - fixing it 2007-01-03 01:57:25 +00:00
filter_accept_all.c style cleanup: return(a) -> return a, part 1 2006-11-27 16:49:31 +00:00
filter_accept_list_reassign.c removal of commented-out cruft 2006-12-22 00:45:27 +00:00
filter_accept_list.c style cleanup: return(a) -> return a, part 1 2006-11-27 16:49:31 +00:00
filter_accept_reject_list.c style cleanup: return(a) -> return a, part 1 2006-11-27 16:49:31 +00:00
find_list_entry.c tar: revert older fix (non-portable), added new one. 2006-09-03 14:04:33 +00:00
get_header_ar.c merge post-1.3.0 fixes 2006-12-26 18:17:42 +00:00
get_header_cpio.c style cleanup: return(a) -> return a, part 2 2006-11-27 16:49:55 +00:00
get_header_tar_bz2.c removal of commented-out cruft 2006-12-22 00:45:27 +00:00
get_header_tar_gz.c message string changes, mostly for consistency, also -32 bytes in .rodata 2006-10-20 13:28:22 +00:00
get_header_tar_lzma.c attempt to regularize atoi mess. 2006-10-08 12:49:22 +00:00
get_header_tar.c merge post-1.3.0 fixes 2006-12-26 18:17:42 +00:00
header_list.c Add one-line GPL boilerplate to numerous (but not all yet) source files. 2006-07-12 07:56:04 +00:00
header_skip.c Add one-line GPL boilerplate to numerous (but not all yet) source files. 2006-07-12 07:56:04 +00:00
header_verbose_list.c header_verbose_list: stop truncating file size in listing 2006-11-24 14:53:18 +00:00
init_handle.c cpio: (allegedly) fix bug 0001095: 2006-11-21 00:55:46 +00:00
Kbuild attempt to regularize atoi mess. 2006-10-08 12:49:22 +00:00
open_transformer.c add open_read_close() and similar stuff 2006-10-14 02:23:43 +00:00
seek_by_jump.c message string changes, mostly for consistency, also -32 bytes in .rodata 2006-10-20 13:28:22 +00:00
seek_by_read.c tar et al: die if bb_copyfd_size copies less than asked for. 2006-12-22 00:21:07 +00:00
unpack_ar_archive.c message string changes, mostly for consistency, also -32 bytes in .rodata 2006-10-20 13:28:22 +00:00