Skip to content
Snippets Groups Projects
Commit 3a0bac27 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Merge commit 'ac2603be'


* commit 'ac2603be':
  doc: Mention memory allocation in the fuzz testing section

Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parents 32cf37d0 ac2603be
No related branches found
No related tags found
No related merge requests found
...@@ -455,7 +455,8 @@ send a reminder by email. Your patch should eventually be dealt with. ...@@ -455,7 +455,8 @@ send a reminder by email. Your patch should eventually be dealt with.
Did you test your decoder or demuxer against damaged data? If no, see Did you test your decoder or demuxer against damaged data? If no, see
tools/trasher, the noise bitstream filter, and tools/trasher, the noise bitstream filter, and
@uref{http://caca.zoy.org/wiki/zzuf, zzuf}. Your decoder or demuxer @uref{http://caca.zoy.org/wiki/zzuf, zzuf}. Your decoder or demuxer
should not crash or end in a (near) infinite loop when fed damaged data. should not crash, end in a (near) infinite loop, or allocate ridiculous
amounts of memory when fed damaged data.
@item @item
Does the patch not mix functional and cosmetic changes? Does the patch not mix functional and cosmetic changes?
@item @item
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment