diff --git a/doc/developer.texi b/doc/developer.texi index 14055305c892932de1a59c4578905da9d974abeb..fce842a006cda92f62319ea2187683c0b6b34c90 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -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 tools/trasher, the noise bitstream filter, and @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 Does the patch not mix functional and cosmetic changes? @item