| commit | 87c1293c7d46b0ff84a55f337fc2ba8b8eb58864 | [log] [tgz] |
|---|---|---|
| author | Alan Modra <amodra@gmail.com> | Sat Jul 05 18:27:36 2025 +0930 |
| committer | Alan Modra <amodra@gmail.com> | Sun Jul 06 20:35:50 2025 +0930 |
| tree | 62fa464c6787b8501b4b19be093d5d8081cfaab4 | |
| parent | 4983caae5eec2acaa1b2a9c7a056f10d3fe697b2 [diff] |
gas pending_bundle_size assert oss-fuzz managed to trigger this assert, by assembling directives in the absolute section. Avoid this using similar code to that in frags.c:frag_new (commit 2dc2dfa7d7a5).