about summary refs log tree commit diff
path: root/frida_mode/test/sqlite
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-08-02 09:07:51 +0200
committervanhauser-thc <vh@thc.org>2021-08-02 09:07:59 +0200
commit382439b58fa81cb529188649a30e5c95b084a404 (patch)
tree265eb762499cf96c21fa21c9c4ac60d660125939 /frida_mode/test/sqlite
parent18db645a695615519f51e7159d56e128f24843b3 (diff)
downloadafl++-382439b58fa81cb529188649a30e5c95b084a404.tar.gz
frida: switch truncate to dd
Diffstat (limited to 'frida_mode/test/sqlite')
-rw-r--r--frida_mode/test/sqlite/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/test/sqlite/GNUmakefile b/frida_mode/test/sqlite/GNUmakefile
index 80e0a939..1c856d1e 100644
--- a/frida_mode/test/sqlite/GNUmakefile
+++ b/frida_mode/test/sqlite/GNUmakefile
@@ -120,7 +120,7 @@ sqlite: $(SQLITE_TEST_DIR) $(TEST_BIN)
 ########## DUMMY #######
 
 $(AFLPP_DRIVER_DUMMY_INPUT): | $(SQLITE_TEST_DIR)
-	truncate -s 1M $@
+	dd if=/dev/zero bs=1M count=1 of=$@
 
 ###### TEST DATA #######