mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-07 07:06:20 -04:00
disable 'Unknown RAR pack method' error message due to false alerts with some SFX archives (bb#399)
git-svn: trunk@3523
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Tue Jan 22 11:54:52 CET 2008 (tk)
|
||||
---------------------------------
|
||||
* libclamunrar/unrar.c: disable 'Unknown RAR pack method' error message due
|
||||
to false alerts with some SFX archives (bb#399)
|
||||
|
||||
Tue Jan 22 11:28:20 CET 2008 (tk)
|
||||
---------------------------------
|
||||
* configure: don't link with nsl if not needed (bb#754)
|
||||
|
||||
@@ -1158,7 +1158,6 @@ int rar_unpack(int fd, int method, int solid, unpack_data_t *unpack_data)
|
||||
retval = rar_unpack29(fd, solid, unpack_data);
|
||||
break;
|
||||
default:
|
||||
fprintf(stderr, "UNRAR: ERROR: Unknown RAR pack method: %d\n", method);
|
||||
break;
|
||||
}
|
||||
return retval;
|
||||
|
||||
Reference in New Issue
Block a user