[libc] Adds fuzz test for strstr and alphabetizes string fuzz CMakeList.
authorcgyurgyik <gyurgyikcp@gmail.com>
Wed, 29 Jul 2020 20:29:19 +0000 (16:29 -0400)
committercgyurgyik <gyurgyikcp@gmail.com>
Wed, 29 Jul 2020 20:35:59 +0000 (16:35 -0400)
commite14a7ff7627500eb4d4f58041d9f5288d9c78659
tree8ff8ea35ea51f63ac15036af98670f44e81d17f3
parent755f91f12cf08da9c6553de901135945f2c6083a
[libc] Adds fuzz test for strstr and alphabetizes string fuzz CMakeList.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D84611
libc/fuzzing/string/CMakeLists.txt
libc/fuzzing/string/strstr_fuzz.cpp [new file with mode: 0644]