public inbox for binutils-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Fix snafu in rust demangler recursion limit code
@ 2022-07-04 15:28 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2022-07-04 15:28 UTC (permalink / raw)
  To: bfd-cvs, gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=96c33f79ded357e871c43af04238dfdedebac86c

commit 96c33f79ded357e871c43af04238dfdedebac86c
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Jul 4 16:28:02 2022 +0100

    Fix snafu in rust demangler recursion limit code

Diff:
---
 libiberty/rust-demangle.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libiberty/rust-demangle.c b/libiberty/rust-demangle.c
index d6daf23af27..8dfeeac2a4f 100644
--- a/libiberty/rust-demangle.c
+++ b/libiberty/rust-demangle.c
@@ -1234,6 +1234,7 @@ demangle_const (struct rust_demangler *rdm)
       PRINT (": ");
       PRINT (basic_type (ty_tag));
     }
+  goto pass_return;
 
  fail_return:
   rdm->errored = 1;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-04 15:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 15:28 [binutils-gdb] Fix snafu in rust demangler recursion limit code Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).