flac/oss-fuzz/fuzzing
Tim Gates bfd4f13f3e
docs: fix simple typo, opertator -> operator
There is a small typo in oss-fuzz/fuzzing/datasource/datasource.hpp.

Should read `operator` rather than `opertator`.

Signed-off-by: Ralph Giles <giles@thaumas.net>
2020-12-17 11:05:31 -08:00
..
datasource docs: fix simple typo, opertator -> operator 2020-12-17 11:05:31 -08:00
exception.hpp oss-fuzz: Add fuzzing headers 2019-11-18 06:29:10 +11:00
memory.hpp oss-fuzz: Add fuzzing headers 2019-11-18 06:29:10 +11:00
Readme.md oss-fuzz: Add fuzzing headers 2019-11-18 06:29:10 +11:00
types.hpp oss-fuzz: Add fuzzing headers 2019-11-18 06:29:10 +11:00

The header files in this directory and below were taken from:

https://github.com/guidovranken/fuzzing-headers.git

Some minor modifications were made to make them build with the default C++ warning flags.