commit | 220be060180d14a0512bfb39b22341a7368822ae | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Tue Oct 24 15:22:00 2023 +1030 |
committer | Alan Modra <amodra@gmail.com> | Wed Oct 25 11:12:11 2023 +1030 |
tree | 237ed8b728c5729eced0bb4b66a5839cf040b841 | |
parent | e3afa685584773d3ae85f33dc9e6e42ecf604a53 [diff] |
asan: out of memory in som_set_reloc_info Sections without SEC_HAS_CONTENTS avoid the file size checks, and of course it doesn't make sense to read such as the contents are all zero. * som.c (som_set_reloc_info): Don't read sections without contents.