aboutsummaryrefslogtreecommitdiff
path: root/custom_mutators
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2021-02-19 16:02:25 +0100
committerGitHub <noreply@github.com>2021-02-19 16:02:25 +0100
commit801f2449ecb6f0e0a4bd950a7309aebad4dbff1d (patch)
treef8bb601ed1ef083ee5b3fbf74826896784b9d96e /custom_mutators
parent5edfb7ba85965d05f73ee8c50614cc9fdb3932d6 (diff)
parentaaf5fcd98a7c713ab8b6ae554babbf74bd92374b (diff)
downloadAFLplusplus-801f2449ecb6f0e0a4bd950a7309aebad4dbff1d.tar.gz
Merge pull request #753 from frewsxcv/frewsxcv-libhf
Remove self-referential symlink
Diffstat (limited to 'custom_mutators')
-rw-r--r--custom_mutators/honggfuzz/honggfuzz.h2
l---------custom_mutators/honggfuzz/libhfcommon1
-rw-r--r--custom_mutators/honggfuzz/mangle.c6
3 files changed, 4 insertions, 5 deletions
diff --git a/custom_mutators/honggfuzz/honggfuzz.h b/custom_mutators/honggfuzz/honggfuzz.h
index eb6a3f11..62c30f2f 100644
--- a/custom_mutators/honggfuzz/honggfuzz.h
+++ b/custom_mutators/honggfuzz/honggfuzz.h
@@ -36,7 +36,7 @@
#include <sys/types.h>
#include <time.h>
-#include "libhfcommon/util.h"
+#include "util.h"
#define PROG_NAME "honggfuzz"
#define PROG_VERSION "2.3"
diff --git a/custom_mutators/honggfuzz/libhfcommon b/custom_mutators/honggfuzz/libhfcommon
deleted file mode 120000
index 945c9b46..00000000
--- a/custom_mutators/honggfuzz/libhfcommon
+++ /dev/null
@@ -1 +0,0 @@
-. \ No newline at end of file
diff --git a/custom_mutators/honggfuzz/mangle.c b/custom_mutators/honggfuzz/mangle.c
index 637d428d..db339305 100644
--- a/custom_mutators/honggfuzz/mangle.c
+++ b/custom_mutators/honggfuzz/mangle.c
@@ -35,9 +35,9 @@
#include <time.h>
#include "input.h"
-#include "libhfcommon/common.h"
-#include "libhfcommon/log.h"
-#include "libhfcommon/util.h"
+#include "common.h"
+#include "log.h"
+#include "util.h"
static inline size_t mangle_LenLeft(run_t* run, size_t off) {
if (off >= run->dynfile->size) {