diff options
| author | zhengchao <[email protected]> | 2021-07-01 14:27:29 +0800 |
|---|---|---|
| committer | zhengchao <[email protected]> | 2021-07-01 14:42:14 +0800 |
| commit | 502a6e342018713fdfe45b9d72d0b175aab2a3d2 (patch) | |
| tree | 614f5d2e3cff4df638113102dc3d27c3bf6d1c10 | |
| parent | 1c08363dc4cfe79d00ef6248d87564400eb3d234 (diff) | |
更新IP Matcher:不再使用全局的结果缓存数组m_v,改为栈内变量,以修复多线程扫描时的线程不安全访问。v3.2.2
修复 TSG-6825 TSG-6524
| -rw-r--r-- | vendor/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | vendor/IPMatcher-20200513.zip | bin | 90383 -> 0 bytes | |||
| -rw-r--r-- | vendor/ipmatcher-v1.1.zip | bin | 0 -> 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 Binary files differdeleted file mode 100644 index cf028c1..0000000 --- a/vendor/IPMatcher-20200513.zip +++ /dev/null diff --git a/vendor/ipmatcher-v1.1.zip b/vendor/ipmatcher-v1.1.zip Binary files differnew file mode 100644 index 0000000..48fe8e2 --- /dev/null +++ b/vendor/ipmatcher-v1.1.zip |
