Fix segfault when extracting from a multi-volume archive.
Fix suggested by Pavel Raiskup. * src/buffer.c (try_new_volume): Fix dereferencing NULL pointer. * tests/multiv09.at: New testcase. * tests/Makefile.am: Add new testcase. * tests/testsuite.at: Likewise.
This commit is contained in:
@@ -361,6 +361,7 @@ m4_include([multiv05.at])
|
||||
m4_include([multiv06.at])
|
||||
m4_include([multiv07.at])
|
||||
m4_include([multiv08.at])
|
||||
m4_include([multiv09.at])
|
||||
|
||||
AT_BANNER([Owner and Groups])
|
||||
m4_include([owner.at])
|
||||
|
||||
Reference in New Issue
Block a user