[all-commits] [llvm/llvm-project] 3a6644: [libc] add standalone strtoint/float fuzzers
michaelrj-google via All-commits
all-commits at lists.llvm.org
Fri Feb 10 10:46:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a66446a9a0d866cc5766959c3ab010b01786dee
https://github.com/llvm/llvm-project/commit/3a66446a9a0d866cc5766959c3ab010b01786dee
Author: Michael Jones <michaelrj at google.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M libc/fuzzing/stdlib/CMakeLists.txt
A libc/fuzzing/stdlib/strtofloat_fuzz.cpp
A libc/fuzzing/stdlib/strtointeger_fuzz.cpp
Log Message:
-----------
[libc] add standalone strtoint/float fuzzers
Fuzzing the string to integer and float functions without relying on the
system libc allows for tests to be run in a wider variety of places.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D143616
More information about the All-commits
mailing list