From owner-svn-src-all@FreeBSD.ORG Tue Jul 29 07:39:06 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95CE8C79; Tue, 29 Jul 2014 07:39:06 +0000 (UTC) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (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 C0E0D22DD; Tue, 29 Jul 2014 07:39:05 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hi2so5622701wib.4 for ; Tue, 29 Jul 2014 00:39:04 -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=a71BhEw2L7J+F2ZoqnH7+SN4cjJHgzLJdwJj339H1Sk=; b=Qw0t9PCpgm2Um+PQMMFvATrf6JrCKnFLNqEHWolhUY5T90JmqqXJsaUpeLXwHlLIun yr2D7fBi1nN+Qy3kjpGlmfMFD9VqmEWpga/+pI9/HB2R0CKlfCylzUJ9qwIm9/9Qi3xx ZLciP6UKKFumgnlkYhujrS2ebYqXaRKFztPT/H9WHrnhYIROtzfZeZRIG80WiUVVDkE/ YVMELFPYUNR1Bkbpq5r030cM7WxURR85pykPPRZCIovkjzaxWxfN7Vdor2Rt27rZii4j T1mBZ9DLGdb/cN3ze/3MIpcKP5ZuVTyxaihXN9mFeV1dYbD3Ly7W8qeqzBG4cj4/Z3kp DivA== MIME-Version: 1.0 X-Received: by 10.180.75.49 with SMTP id z17mr3562876wiv.80.1406619544065; Tue, 29 Jul 2014 00:39:04 -0700 (PDT) Sender: pluknet@gmail.com Received: by 10.217.157.137 with HTTP; Tue, 29 Jul 2014 00:39:04 -0700 (PDT) In-Reply-To: <201407272254.s6RMsE4E049551@svn.freebsd.org> References: <201407272254.s6RMsE4E049551@svn.freebsd.org> Date: Tue, 29 Jul 2014 11:39:04 +0400 X-Google-Sender-Auth: dK0vB-Sdq6ObFGslye3MRNVxh1Q Message-ID: Subject: Re: svn commit: r269162 - in head/usr.bin/m4: . lib From: Sergey Kandaurov To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-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 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, 29 Jul 2014 07:39:06 -0000 On 28 July 2014 02:54, Baptiste Daroussin wrote: > Author: bapt > Date: Sun Jul 27 22:54:13 2014 > New Revision: 269162 > URL: http://svnweb.freebsd.org/changeset/base/269162 > > Log: > Sync with OpenBSD > This brings: > - check for integer overflows in custom allocs > - fix potential integer overflows in memory allocation > - annotate regexp error messages with source string > - better error handling in mkstemp/unlink/fdopen logic > > Added: > head/usr.bin/m4/lib/ohash.c (contents, props changed) [...] This broke gcc build. In file included from /src/usr.bin/m4/look.c:49: /src/usr.bin/m4/lib/ohash.h:62: warning: '__bounded__' attribute directive ignored http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips-mips.brief -- wbr, pluknet