From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 84A503954465; Tue, 8 Jun 2021 14:08:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 84A503954465 From: "terrynini38514 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/100968] New: libiberty: stuck in infinite loop in nm-new while demangling rust symbols Date: Tue, 08 Jun 2021 14:08:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: terrynini38514 at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.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 target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2021 14:08:06 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100968 Bug ID: 100968 Summary: libiberty: stuck in infinite loop in nm-new while demangling rust symbols Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: terrynini38514 at gmail dot com Target Milestone: --- Created attachment 50964 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D50964&action=3Dedit demangling POC Sorry for didn't identify the actual version of libiberty, but this bug can= be reproduce by clone the latest version (2.36.50) of binutils-gdb. The POC cause nm-new stuck in infinite loop at rust-demangle.c:1024 and rust-demangle.c:747 while using the nm-new with option -C, and there are mo= re similar case I found, I can attach them if needed. All of these cases just stuck in a infinite loop in rust-demangle.c. And I want to apply for CVE, if that requires me to do anything more, like attach a valid patch or something ? Let me know, please. Thanks.=