diff options
-rw-r--r-- | archival/libarchive/get_header_tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/get_header_tar.c b/archival/libarchive/get_header_tar.c index b3131ff2d..2ab3c04b8 100644 --- a/archival/libarchive/get_header_tar.c +++ b/archival/libarchive/get_header_tar.c | |||
@@ -352,7 +352,7 @@ char FAST_FUNC get_header_tar(archive_handle_t *archive_handle) | |||
352 | /* case 0: */ | 352 | /* case 0: */ |
353 | case '0': | 353 | case '0': |
354 | #if ENABLE_FEATURE_TAR_OLDGNU_COMPATIBILITY | 354 | #if ENABLE_FEATURE_TAR_OLDGNU_COMPATIBILITY |
355 | if (last_char_is(file_header->name, '/')) { | 355 | if (file_header->name && last_char_is(file_header->name, '/')) { |
356 | goto set_dir; | 356 | goto set_dir; |
357 | } | 357 | } |
358 | #endif | 358 | #endif |