From: cgf AT cygnus DOT com (Christopher Faylor) Subject: Re: bugs in the linebuf class 25 Jan 1999 07:00:07 -0800 Message-ID: <19990125092640.A17649.cygnus.cygwin32.developers@cygnus.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Kazuhiro Fujieda , cygwin32-developers AT cygnus DOT com On Mon, Jan 25, 1999 at 07:35:07PM +0900, Kazuhiro Fujieda wrote: >There are bugs in linebuf class defined in spawn.cc. > >The contents of buf is assumed to be null-terminated at the line >210 and 408, but the methods don't so. And their memory >management will fails when len is larger than MAX_PATH * 2. Thanks for reporting these. I've (hopefully) fixed this in our source tree. It should be in the next snapshot. cgf