Re: port-amiga/60617: elf2bb crashes
Jan-Benedict Glaw <[email protected]>
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2026-08-18 04:15:02 +0000, Michael van Elst via gnats <[email protected]> wrote: > This looks like a miscalculation of the bootblock size. > > Index: elf2bb.c > =================================================================== > RCS file: /cvsroot/src/sys/arch/amiga/stand/bootblock/elf2bb/elf2bb.c,v > retrieving revision 1.30 > diff -p -u -r1.30 elf2bb.c > --- elf2bb.c 29 Apr 2022 07:12:42 -0000 1.30 > +++ elf2bb.c 18 Aug 2026 04:07:10 -0000 > @@ -226,7 +226,7 @@ main(int argc, char *argv[]) > * But if it is not the case in the future, format for > * relocation table should be modified. > */ > - bbsize = roundup(tsz + dsz, 512); > + bbsize = roundup(tsz + dsz + bsz, 512); > sumsize = bbsize / 512; > } else { > /* That is probably right and results in a proper build on a Linux host. However, I don't have an Amiga available right now and I haven't tested it with fs-uae. (I'd probably extend my test setup to make it available.) MfG, JBG
signature.asc
(application/pgp-signature, 195 B)
-----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQQlDTvPcScNjKREqWEdvV51g5nhuwUCaobBFQAKCRAdvV51g5nh uwe8AJ9WTo6LdKOIQnxlZMuqINoxjGLU2QCdFgDLquMtP+MWnwng32aGXS0g93w= =KB1S -----END PGP SIGNATURE-----