[SCM] libav/experimental: Add a point to the checklist about checking new demuxers/decoders against damaged input.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:18:09 UTC 2013
The following commit has been merged in the experimental branch:
commit b885e0dbe63094afe7f9fdc2cafab949a5deae72
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Wed Apr 2 18:58:41 2008 +0000
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
diff --git a/doc/general.texi b/doc/general.texi
index 67b68b0..e170f85 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)?
+ at item
Is the patch created from the root of the source tree, so it can be
applied with @code{patch -p0}?
@item
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list