timeout in mmo_get_symbols
authorAlan Modra <amodra@gmail.com>
Wed, 17 Aug 2022 06:42:26 +0000 (16:12 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 17 Aug 2022 07:05:57 +0000 (16:35 +0930)
commit31e43bfffbc585a59d07f21f191317a714476e38
treefe86c9d22257e6459e38e7701e86358cafe244e0
parent7a1bc25b9d2c3f066000d07b5254d20367b6da0f
timeout in mmo_get_symbols

Fix mmo_get_byte to return a fail-safe value, not just on the first
call with a read error but on subsequent calls too.

* mmo.c (mmo_get_byte): Return the fail-safe value on every
call after a read error.
bfd/mmo.c