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

cvs policy entry about security

Originally committed as revision 3825 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 813af36b
No related branches found
No related tags found
No related merge requests found
...@@ -1124,6 +1124,10 @@ please use av_log() instead. ...@@ -1124,6 +1124,10 @@ please use av_log() instead.
Never revert changes made a long time ago or buggy code. Fix it in the Never revert changes made a long time ago or buggy code. Fix it in the
normal way instead. 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 @end enumerate
We think our rules are not too hard. If you have comments, contact us. We think our rules are not too hard. If you have comments, contact us.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment