From: Michihiro NAKAJIMA Date: Thu, 8 Mar 2012 04:16:50 +0000 (+0900) Subject: Remove an outdated comment. X-Git-Tag: v3.0.4~2^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87bc87ba1ed3df0ad40e19dd0c1756b72f830d7e;p=thirdparty%2Flibarchive.git Remove an outdated comment. --- diff --git a/libarchive/archive_read_support_format_rar.c b/libarchive/archive_read_support_format_rar.c index e4a3193ac..1e5c5fa72 100644 --- a/libarchive/archive_read_support_format_rar.c +++ b/libarchive/archive_read_support_format_rar.c @@ -1131,9 +1131,6 @@ read_header(struct archive_read *a, struct archive_entry *entry, rar->unp_size = archive_le32dec(file_header.unp_size); } - /* TODO: Need to use CRC check for these kind of cases. - * For now, check if sizes are not < 0. - */ if (rar->packed_size < 0 || rar->unp_size < 0) { archive_set_error(&a->archive, ARCHIVE_ERRNO_FILE_FORMAT,