mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Remove a call to abort which can be triggered by running objdump on a corrupt input file.
PR 25625 * prdbg.c (pr_tag_type): Remove call to abort.
This commit is contained in:
@@ -1624,7 +1624,7 @@ pr_tag_type (void *p, const char *name, unsigned int id,
|
||||
t = "union class ";
|
||||
break;
|
||||
default:
|
||||
abort ();
|
||||
/* PR 25625: Corrupt input can trigger this case. */
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user