[MPlayer-dev-eng] [PATCH] Use unrar for open vobsubs if available

Rich Felker dalias at aerifal.cx
Fri Nov 30 04:15:44 CET 2007


On Thu, Nov 29, 2007 at 10:42:32PM +0100, Michael Niedermayer wrote:
> now i should provide some link to some text/free book/torrent of a non free
> book about secure programming ... sadly i dont know any
> but it surely would be a quite usefull addition to our docs

This reminds me of a thought I had earlier: what if we had a nice list
of functions & programming idioms that are considered insecure, but
unlike lame projects that just forbid them even in special cases where
they're obviously okay, instead require by policy either that they not
be used, or that they be accompanied by a comment explaining why
they're safe in the special case they're used in. (e.g. a comment
before a strcat that sufficient space was allocated 10 lines above, or
before a popen that no input-supplied or -derived data is used in
constructing the command line).

Rich



More information about the MPlayer-dev-eng mailing list