Bug#726970: freebsd-glue: Broken funopen() implementation

2013-10-21 Thread Robert Millan
On 21/10/2013 06:20, Guillem Jover wrote: > Source: freebsd-glue > Source-Version: 0.1.11 > Severity: important > > Hi, > > The funopen() implementation in this package uses nested functions to > wrap the argument hooks, but it returns a FILE structure pointing to > those nested functions and the

Bug#726970: freebsd-glue: Broken funopen() implementation

2013-10-20 Thread Guillem Jover
Source: freebsd-glue Source-Version: 0.1.11 Severity: important Hi, The funopen() implementation in this package uses nested functions to wrap the argument hooks, but it returns a FILE structure pointing to those nested functions and their references to arguments from the stack, to be accessed ou