mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 12:48:07 +00:00
libfuzzer library integration tests (#681)
This commit is contained in:
9
src/integration-tests/libfuzzer-dlopen/bad.h
Normal file
9
src/integration-tests/libfuzzer-dlopen/bad.h
Normal file
@ -0,0 +1,9 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
#ifndef BAD_H
|
||||
#define BAD_H
|
||||
|
||||
int func(const uint8_t *data, size_t len);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user