https://sourceware.org/bugzilla/show_bug.cgi?id=28724
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=13879&action=edit 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. -- You are receiving this mail because: You are on the CC list for the bug.