about summary refs log tree commit diff
path: root/include/forkserver.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-11 07:32:42 +0200
committerGitHub <noreply@github.com>2020-04-11 07:32:42 +0200
commit68f269437d0f502a5a091a6ed62cf8d71d0148d6 (patch)
treeae9c05498f11ceba352656a18941498bdd46fcce /include/forkserver.h
parent29ee3a1ffca2aa5a3939beb84d7c6a81621f3355 (diff)
downloadafl++-68f269437d0f502a5a091a6ed62cf8d71d0148d6.tar.gz
Autodictionary (#309)
* lto module clean-up

* step 1/3

* step 1/3 completed

* if tmp is ever made non-static

* parts 2 and 3 - autodictionary is complete

* variable map_size support

* variable map size: changed overlooked functions

* remove debug for autodict

* 64 bit alignment of map size

* fix review comments

* force 64 bit alignment on both sides

* typo

* better map transfer, display snapshot in UI

* update readme
Diffstat (limited to 'include/forkserver.h')
-rw-r--r--include/forkserver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/forkserver.h b/include/forkserver.h
index 24fa3e1b..e1707429 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -77,7 +77,6 @@ typedef struct afl_forkserver {
 
   void (*function_ptr)(void *afl_tmp, u8 *mem, u32 len);
 
-
 } afl_forkserver_t;
 
 void afl_fsrv_init(afl_forkserver_t *fsrv);