diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-04-08 09:36:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 09:36:04 +0200 |
commit | 63cc113f12d4e2b83ee13e5b1fdc238cadd2ca02 (patch) | |
tree | fd8df6589037840849392f953020c7ba8ef4b493 /test-instr.c | |
parent | 3bf88da0912118820bce06fabc1de590364cfcdc (diff) | |
parent | 5b160f187d4861297174192497fd6971d6e8e535 (diff) | |
download | afl++-63cc113f12d4e2b83ee13e5b1fdc238cadd2ca02.tar.gz |
Merge pull request #298 from AFLplusplus/snapshot
Snapshot for LLVM mode in dev
Diffstat (limited to 'test-instr.c')
-rw-r--r-- | test-instr.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test-instr.c b/test-instr.c index 579577a4..84ac0036 100644 --- a/test-instr.c +++ b/test-instr.c @@ -1,18 +1,13 @@ /* american fuzzy lop++ - a trivial program to test the build -------------------------------------------------------- - Originally written by Michal Zalewski - Copyright 2014 Google Inc. All rights reserved. Copyright 2019-2020 AFLplusplus Project. All rights reserved. - Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: - http://www.apache.org/licenses/LICENSE-2.0 - */ #include <stdio.h> |