Summary: Switched to using the new memcpy implementation. Reviewers: sivachandra, abrachet, gchatelet Reviewed By: abrachet, gchatelet Subscribers: mgorny, MaskRay, tschuett, libc-commits Tags: #libc-project Differential Revision: https://reviews.llvm.org/D77277
10 lines
103 B
CMake
10 lines
103 B
CMake
add_libc_fuzzer(
|
|
strcpy_fuzz
|
|
SRCS
|
|
strcpy_fuzz.cpp
|
|
DEPENDS
|
|
strcpy
|
|
strlen
|
|
memcpy
|
|
)
|