Package: kodi / 2:17.1+dfsg1-3

17-add-test-for-CVE-2017-8314-with-autotools-build.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- a/xbmc/filesystem/test/Makefile
+++ b/xbmc/filesystem/test/Makefile
@@ -4,7 +4,8 @@
   TestFileFactory.cpp \
   TestNfsFile.cpp \
   TestRarFile.cpp \
-  TestZipFile.cpp
+  TestZipFile.cpp \
+  TestZipManager.cpp
 
 LIB=filesystemTest.a
 
--- a/xbmc/filesystem/test/TestZipManager.cpp
+++ b/xbmc/filesystem/test/TestZipManager.cpp
@@ -18,7 +18,7 @@
  *
  */
 
-#include "filesystem/ZipManager.h"
+#include "xbmc/filesystem/ZipManager.h"
 
 #include "gtest/gtest.h"