summaryrefslogtreecommitdiff
path: root/COPYING3
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-12-31 14:09:10 +1030
committerAlan Modra <amodra@gmail.com>2024-01-05 13:00:11 +1030
commitc217aed574216e6af34188ac8a9bf019539e415d (patch)
tree5a8868ab22ddea0b6427bf585f1041832370da3e /COPYING3
parent6a95962e258f9ef06050f11c049771a865250c6f (diff)
PR31120, ld-scripts/fill2 fails when bfd_vma is 32 bits
The ld lexer converts strings to integers without overflow checking, so I don't think there is any problem in truncating an integer that exceeds the size of a bfd_vma rather than using (bfd_vma) -1. PR 31120 * ldlex.l: Don't use bfd_scan_vma for integer conversion, use strtoull.
Diffstat (limited to 'COPYING3')
0 files changed, 0 insertions, 0 deletions