Marcus Meissner
862d152324
- Update to version 0.101.2 * CVE-2019-1787: An out-of-bounds heap read condition may occur when scanning PDF documents. The defect is a failure to correctly keep track of the number of bytes remaining in a buffer when indexing file data. * CVE-2019-1789: An out-of-bounds heap read condition may occur when scanning PE files (i.e. Windows EXE and DLL files) that have been packed using Aspack as a result of inadequate bound-checking. * CVE-2019-1788: An out-of-bounds heap write condition may occur when scanning OLE2 files such as Microsoft Office 97-2003 documents. The invalid write happens when an invalid pointer is mistakenly used to initialize a 32bit integer to zero. This is likely to crash the application. - added clamav-max_patch.patch to fix build OBS-URL: https://build.opensuse.org/request/show/689169 OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=181
11 lines
202 B
Diff
11 lines
202 B
Diff
--- libclamav/others_common.c.orig
|
|
+++ libclamav/others_common.c
|
|
@@ -54,6 +54,7 @@
|
|
#endif
|
|
|
|
#include "clamav.h"
|
|
+#include "str.h"
|
|
#include "others.h"
|
|
#include "platform.h"
|
|
#include "regex/regex.h"
|