mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 04:58:08 +00:00
fixed gcc analyzer warnings
This commit is contained in:
@ -94,7 +94,8 @@ static inline void *DFL_ck_alloc_nozero(u32 size) {
|
||||
|
||||
}
|
||||
|
||||
/* Allocate a buffer, returning zeroed memory. */
|
||||
/* Allocate a buffer, returning zeroed memory.
|
||||
Returns null for 0 size */
|
||||
|
||||
static inline void *DFL_ck_alloc(u32 size) {
|
||||
|
||||
|
Reference in New Issue
Block a user