mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-16 23:50:32 +00:00
Make more functions friendly to Address Sanitizer
This commit is contained in:
parent
3ab76b2312
commit
cbfd4ccd1e
70 changed files with 1267 additions and 291 deletions
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"
|
||||
|
||||
|
||||
/* *************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue