Commit 9e0c3508 authored by diego's avatar diego

Remove duplicated patch submission checklist entry by putting the more

detailed second entry in place of the first.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15749 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 00b4af59
...@@ -1045,8 +1045,9 @@ do not attach several unrelated patches to the same mail. ...@@ -1045,8 +1045,9 @@ do not attach several unrelated patches to the same mail.
Have you checked that the patch does not introduce buffer overflows or Have you checked that the patch does not introduce buffer overflows or
other security issues? other security issues?
@item @item
If you add a new demuxer or decoder, have you checked that it does not Did you test your decoder or demuxer against damaged data? If no, see
crash with damaged input (see tools/trasher)? tools/trasher and the noise bitstream filter. Your decoder or demuxer
should not crash or end in a (near) infinite loop when fed damaged data.
@item @item
Is the patch created from the root of the source tree, so it can be Is the patch created from the root of the source tree, so it can be
applied with @code{patch -p0}? applied with @code{patch -p0}?
...@@ -1087,10 +1088,6 @@ do not attach several unrelated patches to the same mail. ...@@ -1087,10 +1088,6 @@ do not attach several unrelated patches to the same mail.
improves readability. improves readability.
@item @item
Did you provide a suggestion for a clear commit log message? Did you provide a suggestion for a clear commit log message?
@item
Did you test your decoder or demuxer against damaged data? If no, see
tools/trasher and the noise bitstream filter. Your decoder or demuxer
should not crash or end in a (near) infinite loop when fed damaged data.
@end enumerate @end enumerate
@section Patch review process @section Patch review process
......
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