mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 13:03:44 +00:00
alloc_inl.h/ck_maybe_grow(): fix compiler warning
This commit is contained in:
@ -774,7 +774,7 @@ static inline void TRK_ck_free(void *ptr, const char *file, const char *func,
|
|||||||
Will FATAL if size_needed is <1 or *size is negative.
|
Will FATAL if size_needed is <1 or *size is negative.
|
||||||
@return For convenience, this function returns *buf.
|
@return For convenience, this function returns *buf.
|
||||||
*/
|
*/
|
||||||
static inline void *ck_maybe_grow(void **buf, size_t *size,
|
static inline void *ck_maybe_grow(void **buf, ssize_t *size,
|
||||||
size_t size_needed) {
|
size_t size_needed) {
|
||||||
|
|
||||||
/* Oops. found a bug? */
|
/* Oops. found a bug? */
|
||||||
|
Reference in New Issue
Block a user