commit | 7a1bc25b9d2c3f066000d07b5254d20367b6da0f | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Wed Aug 17 15:48:21 2022 +0930 |
committer | Alan Modra <amodra@gmail.com> | Wed Aug 17 16:35:57 2022 +0930 |
tree | fcc1acd2e56adc4cc8546895463ac70b6a1ce41c | |
parent | 2bda15d73cb1d6c4e3db402682d4c11a94d96b7b [diff] |
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.