diff options
author | van Hauser <vh@thc.org> | 2020-08-14 10:10:23 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-14 10:10:23 +0200 |
commit | ce513c4f3e97d293e57e0ef90ec9e501871c5644 (patch) | |
tree | a7b4b82fa5b79b6f17d8b7f6a3b4923a1994ed11 /include/alloc-inl.h | |
parent | ce92adcb9bcaba4894b58a26b2a10b11ef249c0a (diff) | |
download | afl++-ce513c4f3e97d293e57e0ef90ec9e501871c5644.tar.gz |
fix llvm12 -fuseld warning
Diffstat (limited to 'include/alloc-inl.h')
-rw-r--r-- | include/alloc-inl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/alloc-inl.h b/include/alloc-inl.h index 0518a8c9..306cc622 100644 --- a/include/alloc-inl.h +++ b/include/alloc-inl.h @@ -176,6 +176,7 @@ static inline u8 *DFL_ck_strdup(u8 *str) { return (u8 *)memcpy(ret, str, size); } + /* In non-debug mode, we just do straightforward aliasing of the above functions to user-visible names such as ck_alloc(). */ |