Use hardware-seeded, high quality rng for priority
This fixes a potential denial of service attack
This commit is contained in:
4
third_party/CMakeLists.txt
vendored
4
third_party/CMakeLists.txt
vendored
@@ -1,7 +1,3 @@
|
||||
add_library(nanobench ${CMAKE_CURRENT_SOURCE_DIR}/nanobench.cpp)
|
||||
target_include_directories(nanobench SYSTEM
|
||||
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include/nanobench)
|
||||
|
||||
add_library(xxhash OBJECT ${CMAKE_CURRENT_SOURCE_DIR}/xxhash.c)
|
||||
target_include_directories(xxhash SYSTEM
|
||||
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include/xxhash)
|
||||
|
Reference in New Issue
Block a user