From: Nick Clifton Date: Mon, 3 Nov 2025 11:49:02 +0000 (+0000) Subject: Remove call to abort in the DGB debug format printing code, thus allowing the display... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12ef7d5b7b02d0023db645d86eb9d0797bc747fe;p=thirdparty%2Fbinutils-gdb.git Remove call to abort in the DGB debug format printing code, thus allowing the display of a fuzzed input file to complete without triggering an abort. PR 33448 --- diff --git a/binutils/prdbg.c b/binutils/prdbg.c index c239aeb1a79..5d405c48e3d 100644 --- a/binutils/prdbg.c +++ b/binutils/prdbg.c @@ -2449,7 +2449,6 @@ tg_tag_type (void *p, const char *name, unsigned int id, t = "union class "; break; default: - abort (); return false; }