Commit Graph

4 Commits

Author SHA1 Message Date
Mathieu Duponchelle f3bc593d69 [gstreamer] Add Thibault Saunier to CC list (#948) 2017-11-03 08:37:04 -07:00
Edward Hervey 5e99b37529 [gstreamer] Add Mathieu Duponchelle to CC list (#946) 2017-11-03 07:46:51 -07:00
Edward Hervey 61a5763b4e [gstreamer] Add other maintainers to CC list (#934) 2017-10-30 08:38:22 -07:00
Edward Hervey 5a748a122c projects: Add GStreamer (#905)
* projects: Add GStreamer

This is an initial fuzzer which goes over ogg/theora/vorbis files
using the discoverer process

* gstreamer/build.sh: Cleanup file

* gstreamer/Dockerfile: Update copyright date

* gstreamer: Update project.yaml

Use the security mailing list as the primary contact
Remove explicit sanitizer listing

* gstreamer: Simplify base fuzzer

Removed almost all outputting

I am the original author of the code this is taken for, relicensing
an ultra-simplified version of my original code to Apache.

* gstreamer: Cleanup of build file and dockerfile

* gstreamer: Code minimization and avoid leaks

Data provided by the fuzzer shouldn't be freed (but the wrapping
GstBuffer should).

Avoid logging by default

* gstreamer: Download corpus in Dockerfile

And extract in build.sh

* gstreamer: Move code to repository and more cleanups

Remove custom LDFLAGS (not needed)
Use fuzzing target code from upstream repository
2017-10-30 13:53:52 +11:00