commit | ef70c9e7b26ec5e95b073944a9ed19d495c4fe88 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Thu Apr 11 13:12:21 2024 +0930 |
committer | Alan Modra <amodra@gmail.com> | Thu Apr 11 17:05:15 2024 +0930 |
tree | c4e818d86b5eed141c67bc6ce550ddbb9bf41e6f | |
parent | bf649e72d3d5bc0784080438f550095d71769904 [diff] |
Re: Update objcopy's --section-alignment option ubsan: shift exponent 255 is too large for 64-bit type I should have known oss-fuzz wouldn't be satisfied so easily. The pef format allows quite silly section alignments in object files. * objcopy.c (setup_section): Limit shift exponent when checking vma and lma for alignment.