summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-01-12 01:20:18 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-01-12 01:20:18 +0000
commit52f4aea0def80c645f8c3dccf8510ea5c1c174a3 (patch)
tree7148dd50c72d134bef8c1816fab9c227844c2e5c /doc
parent813af36b51679703fc0528d1d162bf8e49f090a5 (diff)
cvs policy entry about security
Originally committed as revision 3825 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg-doc.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 110f9acded..eb2f664373 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -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.