From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E6576385840B; Sat, 25 Dec 2021 04:48:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E6576385840B From: "panxh_ran at 163 dot com" To: elfutils-devel@sourceware.org Subject: [Bug tools/28724] New: eu-elfclassify --no-stdin option is not effect Date: Sat, 25 Dec 2021 04:48:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: panxh_ran at 163 dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone attachments.created Message-ID: 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 X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2021 04:48:36 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28724 Bug ID: 28724 Summary: eu-elfclassify --no-stdin option is not effect Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: tools Assignee: unassigned at sourceware dot org Reporter: panxh_ran at 163 dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Created attachment 13879 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D13879&action=3Ded= it the result of eu-elfclassify --no-stdin eu-elfclassify --no-stdin option still reads files from standard input. It seems that "no-stdin" used wrong enum member classify_flag_stdin instead= of classify_flag_no_stdin in src/elfclassify.c 949 { "no-stdin", classify_flag_stdin, NULL, 0, 950 N_("Do not read files from standard input (default)"), 2 }, Please confirm the result of eu-elfclassify --no-stdin with the attachment. --=20 You are receiving this mail because: You are on the CC list for the bug.=