[libc-commits] [PATCH] D143784: [libc] Add basic fuzz target for the printf parser

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Feb 14 16:10:47 PST 2023


michaelrj updated this revision to Diff 497471.
michaelrj marked 3 inline comments as done.
michaelrj added a comment.

Add comment about how the fuzzer is intended to work.
Redo mock arg list so that it actually works.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143784/new/

https://reviews.llvm.org/D143784

Files:
  libc/fuzzing/CMakeLists.txt
  libc/fuzzing/stdio/CMakeLists.txt
  libc/fuzzing/stdio/printf_parser_fuzz.cpp
  libc/src/__support/arg_list.h
  libc/src/stdio/printf_core/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143784.497471.patch
Type: text/x-patch
Size: 5656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230215/df77dff4/attachment.bin>


More information about the libc-commits mailing list