This commit is contained in:
Andrea Fioraldi
2020-02-27 23:22:29 +01:00
parent 11236dd545
commit d83ab141f6

View File

@ -1,5 +1,15 @@
/* /*
Copyright 2013 Google LLC All rights reserved. american fuzzy lop++ - error-checking, memory-zeroing alloc routines
--------------------------------------------------------------------
Originally written by Michal Zalewski
Now maintained by Marc Heuse <mh@mh-sec.de>,
Heiko Eißfeldt <heiko.eissfeldt@hexco.de> and
Andrea Fioraldi <andreafioraldi@gmail.com>
Copyright 2016, 2017 Google Inc. All rights reserved.
Copyright 2019-2020 AFLplusplus Project. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@ -7,23 +17,11 @@
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
/*
american fuzzy lop - error-checking, memory-zeroing alloc routines
------------------------------------------------------------------
Written and maintained by Michal Zalewski <lcamtuf@google.com>
This allocator is not designed to resist malicious attackers (the canaries This allocator is not designed to resist malicious attackers (the canaries
are small and predictable), but provides a robust and portable way to detect are small and predictable), but provides a robust and portable way to detect
use-after-free, off-by-one writes, stale pointers, and so on. use-after-free, off-by-one writes, stale pointers, and so on.
*/
*/
#ifndef _HAVE_ALLOC_INL_H #ifndef _HAVE_ALLOC_INL_H
#define _HAVE_ALLOC_INL_H #define _HAVE_ALLOC_INL_H