]> git.ipfire.org Git - thirdparty/gcc.git/commit
Prevent another potential stack overflow issue when demangling a maliciouslt mangled...
authorNick Clifton <nickc@redhat.com>
Mon, 4 Jul 2022 10:05:03 +0000 (11:05 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 4 Jul 2022 10:05:03 +0000 (11:05 +0100)
commit1a770b01ef415e114164b6151d1e55acdee09371
treee3f2e720ecfcc7b2fa2bf4ad7b52754b4a675772
parent4e82205b68024f5c1a9006fe2b62e1a0fa7f1245
Prevent another potential stack overflow issue when demangling a maliciouslt mangled Rust name.

libiberty/
* rust-demangle.c (demangle_path_maybe_open_generics): Add
recursion limit.
libiberty/rust-demangle.c