mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
code-format
This commit is contained in:
@ -475,8 +475,8 @@ u8 trim_case_custom(afl_state_t *afl, struct queue_entry *q, u8 *in_buf,
|
|||||||
close(fd);
|
close(fd);
|
||||||
|
|
||||||
/* Update the queue's knowledge of length as soon as we write the file.
|
/* Update the queue's knowledge of length as soon as we write the file.
|
||||||
We do this here so that exit/error cases that *don't* update the file also
|
We do this here so that exit/error cases that *don't* update the file
|
||||||
don't update q->len. */
|
also don't update q->len. */
|
||||||
q->len = out_len;
|
q->len = out_len;
|
||||||
|
|
||||||
memcpy(afl->fsrv.trace_bits, afl->clean_trace_custom, afl->fsrv.map_size);
|
memcpy(afl->fsrv.trace_bits, afl->clean_trace_custom, afl->fsrv.map_size);
|
||||||
|
@ -298,13 +298,12 @@ int main(int argc, char **argv) {
|
|||||||
|
|
||||||
SAYF(
|
SAYF(
|
||||||
"\n"
|
"\n"
|
||||||
"This is a helper application for afl-clang-lto. It is a wrapper "
|
"This is a helper application for afl-clang-lto.\n"
|
||||||
"around GNU "
|
"It is a wrapper around llvm's 'lld' in case afl-clang-lto cannot be "
|
||||||
"llvm's 'lld',\n"
|
"used.\n"
|
||||||
"executed by the toolchain whenever using "
|
"Note that the target still has to be compiled with -flto=full!\n"
|
||||||
"afl-clang-lto/afl-clang-lto++.\n"
|
|
||||||
"You probably don't want to run this program directly but rather pass "
|
"You probably don't want to run this program directly but rather pass "
|
||||||
"it as LD parameter to configure scripts\n\n"
|
"it as LD\nparameter to e.g. configure scripts.\n\n"
|
||||||
|
|
||||||
"Environment variables:\n"
|
"Environment variables:\n"
|
||||||
" AFL_LD_PASSTHROUGH do not link+optimize == no instrumentation\n"
|
" AFL_LD_PASSTHROUGH do not link+optimize == no instrumentation\n"
|
||||||
|
Reference in New Issue
Block a user