summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhengchao <[email protected]>2021-07-01 14:27:29 +0800
committerzhengchao <[email protected]>2021-07-01 14:42:14 +0800
commit502a6e342018713fdfe45b9d72d0b175aab2a3d2 (patch)
tree614f5d2e3cff4df638113102dc3d27c3bf6d1c10
parent1c08363dc4cfe79d00ef6248d87564400eb3d234 (diff)
更新IP Matcher:不再使用全局的结果缓存数组m_v,改为栈内变量,以修复多线程扫描时的线程不安全访问。v3.2.2
修复 TSG-6825 TSG-6524
-rw-r--r--vendor/CMakeLists.txt2
-rw-r--r--vendor/IPMatcher-20200513.zipbin90383 -> 0 bytes
-rw-r--r--vendor/ipmatcher-v1.1.zipbin0 -> 87429 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt
index 19bd039..6d67b7f 100644
--- a/vendor/CMakeLists.txt
+++ b/vendor/CMakeLists.txt
@@ -48,7 +48,7 @@ set_property(TARGET igraph-static PROPERTY IMPORTED_LOCATION ${INSTALL_DIR}/lib/
set_property(TARGET igraph-static PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${INSTALL_DIR}/include)
ExternalProject_Add(ipmatcher PREFIX ipmatcher
- URL ${CMAKE_CURRENT_SOURCE_DIR}/IPMatcher-20200513.zip
+ URL ${CMAKE_CURRENT_SOURCE_DIR}/ipmatcher-v1.1.zip
CONFIGURE_COMMAND ""
BUILD_COMMAND make
INSTALL_COMMAND make DESTDIR=<INSTALL_DIR> install
diff --git a/vendor/IPMatcher-20200513.zip b/vendor/IPMatcher-20200513.zip
deleted file mode 100644
index cf028c1..0000000
--- a/vendor/IPMatcher-20200513.zip
+++ /dev/null
Binary files differ
diff --git a/vendor/ipmatcher-v1.1.zip b/vendor/ipmatcher-v1.1.zip
new file mode 100644
index 0000000..48fe8e2
--- /dev/null
+++ b/vendor/ipmatcher-v1.1.zip
Binary files differ