From owner-svn-src-all@FreeBSD.ORG Tue Oct 7 21:02:37 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D061F9D; Tue, 7 Oct 2014 21:02:37 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 35A45ECF; Tue, 7 Oct 2014 21:02:36 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id mk6so7284930lab.29 for ; Tue, 07 Oct 2014 14:02:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=QLKlNZ/y4jD/i7WQ3aCzx2C5d8l43BiLs60e+97IQkk=; b=yuTXAc1GsKW63LBlLnzbkRvfUE77g8DNNBhP4y9SjbWafKJn2xx/0Kf1araMZsRjKt 6VEF6HTLfQiIsQEle+SmvOTITAiKyjCkaIP+k+au0p4DmBr4NtCeofCGbxAyN/9p8ZfD aLpDu9Hp6fOUJ7XFIqZBssFTNV/5/JhZvu9CoZ8io7EjifTIVIbfSV/kTbJG3a3PLFEA mFNC0GVqk5YEuEuxkAsox8+6UPx6IJucnVdHaRkliaoeHHcPtnysdBjLmGw3mLa06KhL 3/5Y6gR4KROsg/d0SZUTsn9CLFxtVEjdUtEHwvo0i4w6OlujrwVxeZveeDygiBIPC34U 3VGQ== MIME-Version: 1.0 X-Received: by 10.112.54.130 with SMTP id j2mr6390296lbp.41.1412715754221; Tue, 07 Oct 2014 14:02:34 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.131.66 with HTTP; Tue, 7 Oct 2014 14:02:34 -0700 (PDT) In-Reply-To: <20141006144924.GB37670@ivaldir.etoilebsd.net> References: <201410061443.s96Eh2Jn022718@svn.freebsd.org> <20141006144924.GB37670@ivaldir.etoilebsd.net> Date: Tue, 7 Oct 2014 14:02:34 -0700 X-Google-Sender-Auth: 0LWcdi-B4R7r-zlmDCCTRk5o79s Message-ID: Subject: Re: svn commit: r272649 - head/contrib/byacc From: Craig Rodrigues To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 21:02:37 -0000 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 20141005. Specifically there are still some issues not fixed when realloc() is called. I was going to wait for the next snapshot. However, I wanted to get that one fix into FreeBSD to fix the kyua tests, which have been failing under Jenkins. See: https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/ (see runs #10 and #11). -- Craig