diff options
author | vanhauser-thc <vh@thc.org> | 2021-06-24 09:59:00 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-06-24 09:59:00 +0200 |
commit | 1fcb52957e59c89d6ad39ead753eefb4cf6683df (patch) | |
tree | b245074c34fd3058af13375f77d8fbbb0f7a3457 /frida_mode/src/cmplog/cmplog.c | |
parent | ec781af2c74c17ba3b6ce874a4fc26573872deb8 (diff) | |
download | afl++-1fcb52957e59c89d6ad39ead753eefb4cf6683df.tar.gz |
fix frida
Diffstat (limited to 'frida_mode/src/cmplog/cmplog.c')
-rw-r--r-- | frida_mode/src/cmplog/cmplog.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/frida_mode/src/cmplog/cmplog.c b/frida_mode/src/cmplog/cmplog.c index 0e3fbe53..8814f7f3 100644 --- a/frida_mode/src/cmplog/cmplog.c +++ b/frida_mode/src/cmplog/cmplog.c @@ -83,13 +83,6 @@ void cmplog_init(void) { } - /* - * We can't use /dev/null or /dev/zero for this since it appears that they - * don't validate the input buffer. Persumably as an optimization because they - * don't actually write any data. The file will be deleted on close. - */ - fd_tmp = cmplog_create_temp(); - } static gboolean cmplog_contains(GumAddress inner_base, GumAddress inner_limit, |