Bug#612035: Ping: Bug#612035: [Pkg-phototools-devel] Bug#612035: vulnerability: rewrite arbitrary user file

2012-02-03 Thread Daniel Friesel
Hi, On Thu, Jan 19, 2012 at 12:47:06PM +, Jonathan Wiltshire wrote: On Fri, Jul 08, 2011 at 08:06:17PM +0200, Julien Cristau wrote: [...] ick. mkdtemp(3), please. Any news on this? the attached patches (created against the unpatched 1.3.4.dfsg.1-1 / 1.8-1 packages) use mkdtemp for the

Bug#612035: Ping: Bug#612035: [Pkg-phototools-devel] Bug#612035: vulnerability: rewrite arbitrary user file

2012-01-19 Thread Jonathan Wiltshire
On Fri, Jul 08, 2011 at 08:06:17PM +0200, Julien Cristau wrote: On Fri, Jul 8, 2011 at 16:08:17 +0200, Andreas Tille wrote: @@ -275,7 +278,21 @@ path = ; } else - path = /tmp/; + snprintf(cppid, sizeof(cppid), %06ld, (long) getpid()); + + while