On Wed, Oct 08, 2014 at 01:10:19PM -0700, Craig Rodrigues wrote:
> On Tue, Oct 7, 2014 at 3:39 PM, Baptiste Daroussin wrote:
>
> > On Tue, Oct 07, 2014 at 02:02:34PM -0700, Craig Rodrigues wrote:
> > > On Mon, Oct 6, 2014 at 7:49 AM, Baptiste Daroussin
> > wrote:
> > >
> > > >
> > > > Why a dire
On Tue, Oct 7, 2014 at 3:39 PM, Baptiste Daroussin wrote:
> On Tue, Oct 07, 2014 at 02:02:34PM -0700, Craig Rodrigues wrote:
> > On Mon, Oct 6, 2014 at 7:49 AM, Baptiste Daroussin
> wrote:
> >
> > >
> > > Why a direct commit instead of a proper import of 20141005 version? it
> > > would
> > > ha
On Tue, Oct 07, 2014 at 02:02:34PM -0700, Craig Rodrigues wrote:
> On Mon, Oct 6, 2014 at 7:49 AM, Baptiste Daroussin wrote:
>
> >
> > Why a direct commit instead of a proper import of 20141005 version? it
> > would
> > have imho been better, simpler and easier to maintain.
> >
>
> Because accor
On Mon, Oct 6, 2014 at 7:49 AM, Baptiste Daroussin wrote:
>
> Why a direct commit instead of a proper import of 20141005 version? it
> would
> have imho been better, simpler and easier to maintain.
>
Because according to Thomas Dickey, he did not fix all
the memory related problems in snapshot 2
On Mon, Oct 06, 2014 at 02:43:02PM +, Craig Rodrigues wrote:
> Author: rodrigc
> Date: Mon Oct 6 14:43:02 2014
> New Revision: 272649
> URL: https://svnweb.freebsd.org/changeset/base/272649
>
> Log:
> MFV:
>use calloc in get_line() when allocating line to ensure it is fully
> initializ
Author: rodrigc
Date: Mon Oct 6 14:43:02 2014
New Revision: 272649
URL: https://svnweb.freebsd.org/changeset/base/272649
Log:
MFV:
use calloc in get_line() when allocating line to ensure it is fully
initialized,
fixes a later uninitialized value in copy_param() (FreeBSD #193499).
PR