hush/archival/libunarchive
Eric Andersen d9d47c3078 Patch from Konstantin Isakov <ikm@pisem.net>:
In most cases, dirname returns the same argument it was given, so this code
    works nice, but there's one special case: when the name contains no
    dirname, it returns "." (stored statically in the body of itself), and we
    get a segfault in attempt to free() it.
This patch fixes this problem.
2002-09-30 20:14:57 +00:00
..
add_to_list.c New common unarchive code. 2002-09-25 02:47:48 +00:00
check_header_gzip.c Fix compress support and prevent a segfault 2002-09-27 06:46:02 +00:00
check_trailer_gzip.c New common unarchive code. 2002-09-25 02:47:48 +00:00
copy_file_chunk_fd.c New common unarchive code. 2002-09-25 02:47:48 +00:00
data_align.c New common unarchive code. 2002-09-25 02:47:48 +00:00
data_extract_all.c Patch from Konstantin Isakov <ikm@pisem.net>: 2002-09-30 20:14:57 +00:00
data_extract_to_stdout.c New common unarchive code. 2002-09-25 02:47:48 +00:00
data_skip.c New common unarchive code. 2002-09-25 02:47:48 +00:00
decompress_uncompress.c Fix compress support and prevent a segfault 2002-09-27 06:46:02 +00:00
decompress_unzip.c New common unarchive code. 2002-09-25 02:47:48 +00:00
filter_accept_all.c Fix compress support and prevent a segfault 2002-09-27 06:46:02 +00:00
filter_accept_list.c New common unarchive code. 2002-09-25 02:47:48 +00:00
filter_accept_reject_list.c New common unarchive code. 2002-09-25 02:47:48 +00:00
get_header_ar.c New common unarchive code. 2002-09-25 02:47:48 +00:00
get_header_tar_gz.c Fix compress support and prevent a segfault 2002-09-27 06:46:02 +00:00
get_header_tar.c Fix compress support and prevent a segfault 2002-09-27 06:46:02 +00:00
header_list.c New common unarchive code. 2002-09-25 02:47:48 +00:00
header_skip.c New common unarchive code. 2002-09-25 02:47:48 +00:00
header_verbose_list.c New common unarchive code. 2002-09-25 02:47:48 +00:00
init_handle.c New common unarchive code. 2002-09-25 02:47:48 +00:00
Makefile Completely rework the config system so that it no longer annoys me to work on 2002-04-12 12:05:57 +00:00
Makefile.in New common unarchive code. 2002-09-25 02:47:48 +00:00
seek_sub_file.c New common unarchive code. 2002-09-25 02:47:48 +00:00
uncompress.c Fix compress support and prevent a segfault 2002-09-27 06:46:02 +00:00
unpack_ar_archive.c New common unarchive code. 2002-09-25 02:47:48 +00:00
unzip.c New common unarchive code. 2002-09-25 02:47:48 +00:00