| commit | 455446bbdc8675f34808187de2bbad4682016ff7 | [log] [tgz] |
|---|---|---|
| author | Alan Modra <amodra@gmail.com> | Sat Nov 22 09:52:18 2025 +1030 |
| committer | Alan Modra <amodra@gmail.com> | Sat Nov 22 09:52:18 2025 +1030 |
| tree | ff2efee2af528799026eafa4b363709c3185db39 | |
| parent | 598704a00cbac5e85c2bedd363357b5bf6fcee33 [diff] |
PR 33639 .debug_loclists output The fuzzed testcase in this PR prints an almost endless table of offsets, due to a bogus offset count. Limit that count, and the total length too. PR 33639 * dwarf.c (display_loclists_unit_header): Return error on length too small to read header. Limit length to section size. Limit offset count similarly.