From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62283 invoked by alias); 28 Jun 2019 21:38:02 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 62272 invoked by uid 89); 28 Jun 2019 21:38:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=H*Ad:U*elfutils-devel X-Spam-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: gnu.wildebeest.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 28 Jun 2019 21:38:00 +0000 Received: from tarox.wildebeest.org (tarox.wildebeest.org [172.31.17.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id C7B4A306C591; Fri, 28 Jun 2019 23:37:58 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 790F1413CC0E; Fri, 28 Jun 2019 23:37:58 +0200 (CEST) Message-ID: <751c55e1a5645047a26816c79abd0330069dd750.camel@klomp.org> Subject: Re: [PATCH] libelf: Fix some 32bit offset/size issues that break updating 4G+ files. From: Mark Wielaard To: "Dmitry V. Levin" Cc: elfutils-devel@sourceware.org, fche@redhat.com, mcermak@redhat.com, dpranke@chromium.org, thestig@chromium.org, thomasanderson@chromium.org Date: Fri, 28 Jun 2019 21:38:00 -0000 In-Reply-To: References: <1560902643-20602-1-git-send-email-mark@klomp.org> <88f529e444b84b7b58813fcaf185b80473fd569c.camel@klomp.org> <20190620015419.GA31302@altlinux.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-2.el7) Mime-Version: 1.0 X-Spam-Flag: NO X-IsSubscribed: yes X-SW-Source: 2019-q2/txt/msg00131.txt.bz2 Hi, I pushed this to master with the changes suggested by Dmitry. Thanks, Mark