[PATCH] cygwin_rexec() returns pointer to deallocated memory

2014-05-24 Thread David Stacey
In function cygwin_rexec(), a pointer to local buffer 'ahostbuf' is returned through 'ahost'. However, the buffer will have been deallocated at the end of the function, and so the contents of 'ahost' will be undefined. A trivial patch (attached) fixes the problem by making 'ahostbuf' static.

Re: Rename detached debug info as cygwin1.dll.dbg

2014-05-24 Thread Christopher Faylor
On Fri, May 23, 2014 at 04:05:34PM +0200, Corinna Vinschen wrote: On May 23 14:40, Jon TURNEY wrote: Not sure if this is wanted, and it obviously has some knock on effects on package and snapshot generation. But, cygport names detached debug info files by appending the .dbg suffix. This is