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
This commit is contained in:
Nick Clifton
2025-11-03 11:49:02 +00:00
parent f5bee9f31b
commit 12ef7d5b7b

View File

@@ -2449,7 +2449,6 @@ tg_tag_type (void *p, const char *name, unsigned int id,
t = "union class ";
break;
default:
abort ();
return false;
}