[libc-commits] [PATCH] D74091: [libc] Lay out framework for fuzzing libc functions.
Paula Toth via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Feb 5 14:16:41 PST 2020
PaulkaToast created this revision.
PaulkaToast added a reviewer: sivachandra.
PaulkaToast added a project: libc-project.
Herald added subscribers: libc-commits, tschuett, MaskRay, mgorny.
Added fuzzing test for strcpy and some documentation related to fuzzing.
This will be the first step in integrating this with oss-fuzz.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74091
Files:
libc/CMakeLists.txt
libc/cmake/modules/LLVMLibCRules.cmake
libc/docs/fuzzing.rst
libc/docs/source_layout.rst
libc/fuzzing/CMakeLists.txt
libc/fuzzing/string/CMakeLists.txt
libc/fuzzing/string/strcpy_fuzz.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74091.242749.patch
Type: text/x-patch
Size: 6104 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200205/3c4d0b6c/attachment-0001.bin>
More information about the libc-commits
mailing list