Make more functions friendly to Address Sanitizer
This commit is contained in:
2
third_party/lz4cli/xxhash.c
vendored
2
third_party/lz4cli/xxhash.c
vendored
@@ -106,7 +106,7 @@ static void XXH_free (void* p) { free(p); }
|
||||
static void* XXH_memcpy(void* dest, const void* src, size_t size) { return memcpy(dest,src,size); }
|
||||
|
||||
#define XXH_STATIC_LINKING_ONLY
|
||||
#include "xxhash.h"
|
||||
#include "third_party/lz4cli/xxhash.h"
|
||||
|
||||
|
||||
/* *************************************
|
||||
|
||||
Reference in New Issue
Block a user