[all-commits] [llvm/llvm-project] a4f45e: [libc] Lay out framework for fuzzing libc functions.
Paula Toth via All-commits
all-commits at lists.llvm.org
Fri Feb 21 19:21:19 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a4f45ee73a9e948622488f874d5e01408dffba2a
https://github.com/llvm/llvm-project/commit/a4f45ee73a9e948622488f874d5e01408dffba2a
Author: Paula Toth <paulatoth at google.com>
Date: 2020-02-21 (Fri, 21 Feb 2020)
Changed paths:
M libc/CMakeLists.txt
M libc/cmake/modules/LLVMLibCRules.cmake
A libc/docs/fuzzing.rst
M libc/docs/source_layout.rst
A libc/fuzzing/CMakeLists.txt
A libc/fuzzing/string/CMakeLists.txt
A libc/fuzzing/string/strcpy_fuzz.cpp
Log Message:
-----------
[libc] Lay out framework for fuzzing libc functions.
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
More information about the All-commits
mailing list