summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-04-02 18:58:41 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-04-02 18:58:41 +0000
commitb885e0dbe63094afe7f9fdc2cafab949a5deae72 (patch)
treed88c51861ac766a2f24fac599ebe64ea319a8b93
parentd299be08ee7ab15897994210480d8ab7ab56688e (diff)
Add a point to the checklist about checking new demuxers/decoders
against damaged input. Originally committed as revision 12669 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--doc/general.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi
index 67b68b09b5..e170f859f9 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -907,6 +907,9 @@ do not attach several unrelated patches to the same mail.
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}?
@item