Re: svn commit: r272649 - head/contrib/byacc

2014-10-08 Thread Baptiste Daroussin
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

Re: svn commit: r272649 - head/contrib/byacc

2014-10-08 Thread Craig Rodrigues
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

Re: svn commit: r272649 - head/contrib/byacc

2014-10-07 Thread Baptiste Daroussin
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

Re: svn commit: r272649 - head/contrib/byacc

2014-10-07 Thread Craig Rodrigues
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

Re: svn commit: r272649 - head/contrib/byacc

2014-10-06 Thread Baptiste Daroussin
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

svn commit: r272649 - head/contrib/byacc

2014-10-06 Thread Craig Rodrigues
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