extras: afl_realloc -> ck_realloc

This commit is contained in:
van Hauser
2020-10-30 09:40:51 +01:00
parent bdadba60f7
commit a2739ef5ff
2 changed files with 15 additions and 5 deletions

View File

@ -984,7 +984,7 @@ void afl_fsrv_write_to_testcase(afl_forkserver_t *fsrv, u8 *buf, size_t len) {
if (fd < 0) { PFATAL("Unable to create '%s'", fsrv->out_file); }
} else if (unlikely(!fd)) {
// We should never have stdin as fd here, 0 is likely unset.
FATAL("Nowhere to write output to (neither out_fd nor out_file set)");