mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 08:56:15 +08:00
Summary: Added fuzzing test for strcpy and some documentation related to fuzzing. This will be the first step in integrating this with oss-fuzz. Reviewers: sivachandra, abrachet Reviewed By: sivachandra, abrachet Subscribers: gchatelet, abrachet, mgorny, MaskRay, tschuett, libc-commits Tags: #libc-project Differential Revision: https://reviews.llvm.org/D74091
8 lines
81 B
CMake
8 lines
81 B
CMake
add_libc_fuzzer(
|
|
strcpy_fuzz
|
|
SRCS
|
|
strcpy_fuzz.cpp
|
|
DEPENDS
|
|
strcpy
|
|
)
|