[binutils-gdb] Remove call to abort in the DGB debug format printing code, thus allowing the display of a fuzzed in

Nick Clifton nickc@sourceware.org
Mon Nov 3 11:51:46 GMT 2025


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

commit 12ef7d5b7b02d0023db645d86eb9d0797bc747fe
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Nov 3 11:49:02 2025 +0000

    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:
---
 binutils/prdbg.c | 1 -
 1 file changed, 1 deletion(-)

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;
     }


More information about the Binutils-cvs mailing list