]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove an outdated comment.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Thu, 8 Mar 2012 04:16:50 +0000 (13:16 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Thu, 8 Mar 2012 04:16:50 +0000 (13:16 +0900)
libarchive/archive_read_support_format_rar.c

index e4a3193ac760175bccae936c92922ee3d9d9d63f..1e5c5fa72b3008f1a1ecc3d3008a9e14ec0d571a 100644 (file)
@@ -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,