Re: [libav-devel] [PATCH] libxvid: Require availability of mkstemp()

2016-11-10 Thread Vittorio Giovara
On Thu, Nov 10, 2016 at 11:29 AM, Diego Biurrun wrote: > The replacement code uses tempnam(), which is dangerous. > Such a fringe feature is not worth the trouble. > --- > > Now without stray changes to the build system. > > configure | 2 +- > libavcodec/libxvid_rc.c | 17 ++--

[libav-devel] [PATCH] libxvid: Require availability of mkstemp()

2016-11-10 Thread Diego Biurrun
The replacement code uses tempnam(), which is dangerous. Such a fringe feature is not worth the trouble. --- Now without stray changes to the build system. configure | 2 +- libavcodec/libxvid_rc.c | 17 ++--- 2 files changed, 3 insertions(+), 16 deletions(-) diff --g