diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-04-07 10:50:21 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-09 10:23:37 +0200 |
commit | 5efd306f7bd2a87ff4b628d6034ba2bcea4e022b (patch) | |
tree | 5e22bdf49f1e96a835e227d4612d86b398a004db /test-instr.c | |
parent | ccbcb5c8d3e8cee8fbab49025429a8b7b7a4ee52 (diff) | |
download | afl++-5efd306f7bd2a87ff4b628d6034ba2bcea4e022b.tar.gz |
snapshot() in llvm mode
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> |