From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7300E38582B9; Wed, 14 Sep 2022 19:01:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7300E38582B9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1663182087; bh=m4Vh6Uwom2ymz70g8huplw2soNeDFyXKc0pR4xdiUPc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=i1oE/yVJBtnTonsAkcL3Myal0yyzv++Z6AqabVT2vmBjpzAgkkhOZiVN+M8806js3 0dY7+pHx1ocV9IAh2aDDvGpmpUJHgPPON0YGhmShwy/q8zjPKVNq8Mtj8r/RIGU3J6 MCuJP7K3jMjRQkW7Xmd8zt0AbhkFIllI/yyyhrsw= From: "mark at klomp dot org" To: elfutils-devel@sourceware.org Subject: [Bug tools/28729] After eu-ar -r added file into archive, it changes file permission Date: Wed, 14 Sep 2022 19:01:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: tools X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: mark at klomp dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D28729 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #4 from Mark Wielaard --- commit ee188125b10d1588a0536af033d7b7b1bbbaafaf Author: Mark Wielaard Date: Sun Aug 28 19:51:13 2022 +0200 libelf: Correctly decode ar_mode as octal string ar_mode is encoded as an octal ascii string, not decimal. Add a new OCT_FIELD macro to decode it. https://sourceware.org/bugzilla/show_bug.cgi?id=3D28729 Signed-off-by: Mark Wielaard --=20 You are receiving this mail because: You are on the CC list for the bug.=