mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-16 01:46:23 +03:00
Workaround the stringop-overflow check false positives.
This commit is contained in:
parent
93d6151800
commit
22bc75ee3e
3 changed files with 26 additions and 6 deletions
|
|
@ -336,3 +336,5 @@ test_status_t p_test_no_malloc_init(test_t *t, ...);
|
|||
void p_test_init(const char *name);
|
||||
void p_test_fini(void);
|
||||
void p_test_fail(const char *prefix, const char *message);
|
||||
|
||||
void strncpy_cond(void *dst, const char *src, bool cond);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue