mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
honor afl_quiet on env var checks + code-format
This commit is contained in:
@ -461,8 +461,8 @@ u8 *describe_op(afl_state_t *afl, u8 hnb) {
|
||||
|
||||
static void write_crash_readme(afl_state_t *afl) {
|
||||
|
||||
u8 *fn = alloc_printf("%s/crashes/README.txt", afl->out_dir);
|
||||
s32 fd;
|
||||
u8 * fn = alloc_printf("%s/crashes/README.txt", afl->out_dir);
|
||||
s32 fd;
|
||||
FILE *f;
|
||||
|
||||
fd = open(fn, O_WRONLY | O_CREAT | O_EXCL, 0600);
|
||||
|
Reference in New Issue
Block a user