forked from amazingfate/loongoffice
it fixes CVE-2024-40896 Downloaded from https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.3.tar.xz Change-Id: Icba636106cc9d1f096f5479bd80d5e30712c2e6a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170975 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Tested-by: Jenkins
12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
--- include/libxml/xmlexports.h 2023-05-24 12:48:46.179570708 +0100
|
|
+++ include/libxml/xmlexports.h 2023-05-24 12:48:56.563577488 +0100
|
|
@@ -31,8 +31,6 @@
|
|
#define XMLPUBVAR XMLPUBLIC extern
|
|
|
|
/* Compatibility */
|
|
-#define XMLCALL
|
|
-#define XMLCDECL
|
|
#ifndef LIBXML_DLL_IMPORT
|
|
#define LIBXML_DLL_IMPORT XMLPUBVAR
|
|
#endif
|