forked from OSchip/llvm-project
[libFuzzer] add a license header to afl/afl_driver.cpp
llvm-svn: 270598
This commit is contained in:
parent
9e33e6f89b
commit
c8bc8821cb
|
@ -1,3 +1,11 @@
|
|||
//===- afl_driver.cpp - a glue between AFL and libFuzzer --------*- C++ -* ===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
/* This file allows to fuzz libFuzzer-style target functions
|
||||
(LLVMFuzzerTestOneInput) with AFL using AFL's persistent (in-process) mode.
|
||||
|
||||
|
|
Loading…
Reference in New Issue