finalize first beta! yay!

This commit is contained in:
van Hauser
2020-08-11 18:06:18 +02:00
parent 220dc4a43d
commit b604f5eafc
5 changed files with 17 additions and 38 deletions

View File

@ -2342,7 +2342,7 @@ havoc_stage:
}
/* Tail */
memcpy(new_buf + clone_to + clone_len, out_buf + clone_to,
memmove(new_buf + clone_to + clone_len, out_buf + clone_to,
temp_len - clone_to);
swap_bufs(BUF_PARAMS(out), BUF_PARAMS(out_scratch));