Browse Source

cvs policy entry about security

Originally committed as revision 3825 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 21 years ago
parent
commit
52f4aea0de
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      doc/ffmpeg-doc.texi

+ 4
- 0
doc/ffmpeg-doc.texi View File

@@ -1124,6 +1124,10 @@ please use av_log() instead.

Never revert changes made a long time ago or buggy code. Fix it in the
normal way instead.
@item
Never write to not allocated memory, never write over the end of arrays,
always check values read from some untrusted source before using them as index
into an array or otherwise risky things.
@end enumerate

We think our rules are not too hard. If you have comments, contact us.


Loading…
Cancel
Save