LTO optimization, variable map size, autodictionary (#307)

* 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
This commit is contained in:
van Hauser
2020-04-10 22:33:11 +02:00
committed by GitHub
parent 6dcbc4dff4
commit 3a509c6168
25 changed files with 728 additions and 162 deletions

View File

@ -293,7 +293,7 @@ static void print_mappings(void) {
void afl_forkserver(CPUState *cpu) {
static unsigned char tmp[4];
static unsigned char tmp[4] = {0, 0, 0, 0};
if (forkserver_installed == 1) return;
forkserver_installed = 1;