fuzzed file timeout
authorAlan Modra <amodra@gmail.com>
Wed, 4 Jan 2023 11:16:06 +0000 (21:46 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 4 Jan 2023 13:22:26 +0000 (23:52 +1030)
commit3bba9d93294a8172018731477df72c1c3ef42136
tree2538e0cdff74697d92febec15236c2991b97a54e
parentc093f5eeabf152730bdf9ca32cbc8e045933369c
fuzzed file timeout

objcopy of archive, element containing an object with a fuzzed section
size far exceeding the element size.  copy_section detects this, but
the temp file is laid out for the large section.  It can take a long
time to write terabytes of sparse file, a waste of time when it will
be deleted.

* objcopy.c (copy_archive): Don't write element contents after
bad status result from copy_object.
binutils/objcopy.c