mmo.c leak in mmo_make_section
authorAlan Modra <amodra@gmail.com>
Wed, 17 Aug 2022 06:18:21 +0000 (15:48 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 17 Aug 2022 07:05:57 +0000 (16:35 +0930)
commit7a1bc25b9d2c3f066000d07b5254d20367b6da0f
treefcc1acd2e56adc4cc8546895463ac70b6a1ce41c
parent2bda15d73cb1d6c4e3db402682d4c11a94d96b7b
mmo.c leak in mmo_make_section

* mmo.c (mmo_make_section): Alloc name using bfd_alloc.  Use
bfd_error_no_memory.
(mmo_decide_section): Check for NULL return from mmo_make_section.
bfd/mmo.c