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
Unknown Object (File)
Fri, Apr 4, 6:21 AM
Unknown Object (File)
Sun, Mar 23, 10:50 PM
Unknown Object (File)
Sun, Mar 23, 2:36 AM
Unknown Object (File)
Feb 24 2025, 12:05 PM
Unknown Object (File)
Feb 6 2025, 2:45 PM
Unknown Object (File)
Feb 4 2025, 12:09 AM
Unknown Object (File)
Jan 24 2025, 10:45 AM
Unknown Object (File)
Jan 23 2025, 7:00 PM
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.