summaryrefslogtreecommitdiff
path: root/snappy_compress_fuzzer.cc
Commit message (Collapse)AuthorAgeFilesLines
* Switch from C headers to C++ headers.Victor Costan2020-04-291-2/+3
| | | | | | | | | | | | | | | This CL makes the following substitutions. * assert.h -> cassert * math.h -> cmath * stdarg.h -> cstdarg * stdio.h -> cstdio * stdlib.h -> cstdlib * string.h -> cstring stddef.h and stdint.h are not migrated to C++ headers. PiperOrigin-RevId: 309074805
* Fix unused variable warnings in fuzzers.Victor Costan2019-08-201-0/+2
| | | | PiperOrigin-RevId: 264377331
* Rename zippy_*_fuzzer.cc -> snappy_*_fuzzer.cc.Victor Costan2019-08-191-0/+57
PiperOrigin-RevId: 264321311