[Bug 203531] makefs causes ISO 9660 flaws in FreeBSD-11.0-CURRENT-amd64-*-disc1.iso
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Mar 2023 11:32:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203531
--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=c65c969bd5d4ae7c52dedafb3c39b7e933079d4a
commit c65c969bd5d4ae7c52dedafb3c39b7e933079d4a
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-03-22 23:42:45 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-03-23 11:11:58 +0000
makefs: correct iso9660 Rock Ridge TF timestamps
The bit definitions for the TF_* timestamp bits (TF_MODIFY, etc.) were
incorrect, and timestamps were written in the wrong order.
See RRIP 4.1.6 Description of the "TF" System Use Entry for details.
PR: 203531
Reported by: Thomas Schmitt <scdbackup@gmx.net>
Reviewed by: jrtc27, kevans
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D39221
usr.sbin/makefs/cd9660/iso9660_rrip.c | 4 ++--
usr.sbin/makefs/cd9660/iso9660_rrip.h | 16 ++++++++--------
2 files changed, 10 insertions(+), 10 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.