Workaround the stringop-overflow check false positives.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user