Commit 41a9a740 authored by michael's avatar michael

Add a point to the checklist about checking new demuxers/decoders

against damaged input.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12669 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e8186ec4
......@@ -906,6 +906,9 @@ do not attach several unrelated patches to the same mail.
@item
Have you checked that the patch does not introduce buffer overflows or
other security issues?
@item
If you add a new demuxer or decoder, have you checked that it does not
crash with damaged input (see tools/trasher)?
@item
Is the patch created from the root of the source tree, so it can be
applied with @code{patch -p0}?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment