Page MenuHomeFreeBSD

Correctly mark last section header in El Torito catalog
ClosedPublic

Authored by benno on Mar 23 2018, 9:31 PM.
Tags
None
Referenced Files
F107931030: D14812.id40658.diff
Sun, Jan 19, 3:11 PM
F107928351: D14812.id.diff
Sun, Jan 19, 2:09 PM
Unknown Object (File)
Fri, Jan 17, 8:39 PM
Unknown Object (File)
Fri, Jan 17, 1:46 PM
Unknown Object (File)
Wed, Jan 8, 11:11 PM
Unknown Object (File)
Tue, Dec 31, 1:07 PM
Unknown Object (File)
Mon, Dec 30, 8:04 PM
Unknown Object (File)
Dec 13 2024, 5:56 AM
Subscribers
None

Details

Summary

The final section header in the El Torito catalog should be marked as such. We had a comment saying we'd do that but we weren't.

Test Plan

Test-booted ISO image under both UEFI and BIOS.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Does what it says...

Warner

This revision is now accepted and ready to land.Mar 23 2018, 9:36 PM

Worth comparing with NetBSD's?

NetBSD seem to attempt this but it looks like they're actually modifying the last ET_ENTRY_SE entry, not ET_ENTRY_SH. I'm not sure how correct that is.

This revision was automatically updated to reflect the committed changes.