[libc-commits] [PATCH] D85064: [libc] Add fuzz test for strlen, memchr.
Chris Gyurgyik via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jul 31 17:38:24 PDT 2020
cgyurgyik created this revision.
cgyurgyik added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
cgyurgyik requested review of this revision.
Rationale: While the implementations for these are trivial, this may change at some point. Having a fuzz test is just another sanity check for the optimizer.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D85064
Files:
libc/fuzzing/string/CMakeLists.txt
libc/fuzzing/string/memchr_fuzz.cpp
libc/fuzzing/string/strlen_fuzz.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85064.282359.patch
Type: text/x-patch
Size: 3262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200801/d1336720/attachment.bin>
More information about the libc-commits
mailing list