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
check_header_gzip.c Fix compress support and prevent a segfault 2002-09-27 06:46:02 +00:00
check_trailer_gzip.c
copy_file_chunk_fd.c
data_align.c
data_extract_all.c Patch from Konstantin Isakov <ikm@pisem.net>: 2002-09-30 20:14:57 +00:00
data_extract_to_stdout.c
data_skip.c
decompress_uncompress.c Fix compress support and prevent a segfault 2002-09-27 06:46:02 +00:00
decompress_unzip.c
filter_accept_all.c Fix compress support and prevent a segfault 2002-09-27 06:46:02 +00:00
filter_accept_list.c
filter_accept_reject_list.c
get_header_ar.c
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
header_skip.c
header_verbose_list.c
init_handle.c
Makefile
Makefile.in
seek_sub_file.c
uncompress.c Fix compress support and prevent a segfault 2002-09-27 06:46:02 +00:00
unpack_ar_archive.c
unzip.c