From owner-svn-src-all@freebsd.org Thu May 26 13:58:05 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 759EFB4B40D; Thu, 26 May 2016 13:58:05 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 414D214A8; Thu, 26 May 2016 13:58:05 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-ig0-x22d.google.com with SMTP id ww4so90986729igb.1; Thu, 26 May 2016 06:58:05 -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:from:date:message-id :subject:to:cc; bh=donDJVCfMBVs8OQYTGp2DB0Bw2Y1rv0ZdoymMHkrFKY=; b=JsiRkMF8wT+GlKaAYVeEukC8V356ylmtkRDvKDR8xsW21Y4ZFj1GE9b9hUvxAUnTx0 FIjh5L0JxIeddRyqWA6KPkc78WXMAa90Tu8usdcr1fJ7yAzFCUwXxsW0d/FN0kuZ1s0M ZTinXilJDOuFkw7c/BPodf1cEKyFt4K143yhYPGZsZApYCTh4ty5s2YlDfJ916ntxs4a kEBOxwtlJ09V577DCQqENxnCr/AfZIFszaaQCpqAs1gizVGkpv2gqoxYsLTyWMwA9vPC zRPHFl7R/Ncjf5uYsnRpudmpeGrUmfUVYPa4spGdykw7JNCjUOLNi32+jfNmC+CQvt62 IEeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=donDJVCfMBVs8OQYTGp2DB0Bw2Y1rv0ZdoymMHkrFKY=; b=mFVv8tsVsjWFMdanG5EBEEtCEz4pzfPQnm2BvxMMuaJBPfn2M5hDibSpfkVuYMWDAG CsljxQ7CIkK+g7U4upgXIBDYSax0+tuEld3cEJULkqI4qxOWqgCqGiReTr07yq4CY4wY wAMV2YRkrCLw8EOe7G7n/Mam7cJ+bWSmJmteg70/4j3tsf1A8xUzI1ZIfMPsoe/llPR+ qdTpPY5N/aNq900GZkaopxIxU1fn8vOKEEULpCInzgk17JbBQTCWwkewF7GNvLf9nkgy Wsyju/zFlhZs8x4r4E41Qy5+eE4AsbVvvOXzth69uQsokGMcauEW2VVPjK9qiGexxSeq QdYA== X-Gm-Message-State: ALyK8tJ92mfGiJWmgLcXk0f1B/WrkRf/AmGFIey2ih5k88bdW1GJ8YwZmiv7bIuesMnOErMZOfSEuEXouzvPDw== X-Received: by 10.50.59.211 with SMTP id b19mr3432910igr.58.1464271084568; Thu, 26 May 2016 06:58:04 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.27.197 with HTTP; Thu, 26 May 2016 06:57:45 -0700 (PDT) In-Reply-To: <201605261349.u4QDneJN059004@repo.freebsd.org> References: <201605261349.u4QDneJN059004@repo.freebsd.org> From: Ed Maste Date: Thu, 26 May 2016 09:57:45 -0400 X-Google-Sender-Auth: B9ICzLarOJM_wmdzBIWEzpKRbLs Message-ID: Subject: Re: svn commit: r300741 - head/usr.bin/ar To: Ed Schouten Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 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: Thu, 26 May 2016 13:58:05 -0000 On 26 May 2016 at 09:49, Ed Schouten wrote: > This change is similar to the one made to the > ELF Toolchain version of ar, with the difference that the ELF Toolchain > version lacks error handling for the strdup() call. As an aside, I plan to migrate to the ELF Tool Chain version of brandelf, elfdump, and ar, after they gain any functionality that currently exists only in the versions in the FreeBSD tree. I'll bring the strdup error handling change from here upstream.