skip address read oob in lz4 for now

This commit is contained in:
Philippe Teuwen 2020-10-06 17:31:31 +02:00
commit fdac4da302
3 changed files with 7 additions and 6 deletions

View file

@ -61,12 +61,6 @@
# pragma clang diagnostic ignored "-Wunused-function"
#endif
#if defined(__clang__) || defined (__GNUC__)
# define ATTRIBUTE_NO_SANITIZE_ADDRESS __attribute__((no_sanitize_address))
#else
# define ATTRIBUTE_NO_SANITIZE_ADDRESS
#endif
/*=== Enums ===*/
typedef enum { noDictCtx, usingDictCtxHc } dictCtx_directive;