honor afl_quiet on env var checks + code-format

This commit is contained in:
van Hauser
2020-03-11 11:42:57 +01:00
parent d8d89507b5
commit 684f4dd1c4
23 changed files with 88 additions and 86 deletions

View File

@ -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);