Page MenuHomeFreeBSD

makefs: avoid uninitialized memory in root directory date
ClosedPublic

Authored by emaste on Apr 6 2023, 4:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 18, 11:19 PM
Unknown Object (File)
Sat, Oct 18, 2:35 AM
Unknown Object (File)
Sun, Oct 12, 10:55 PM
Unknown Object (File)
Sun, Oct 12, 10:55 PM
Unknown Object (File)
Sun, Oct 12, 11:27 AM
Unknown Object (File)
Sep 6 2025, 2:35 PM
Unknown Object (File)
Sep 3 2025, 4:51 AM
Unknown Object (File)
Sep 3 2025, 2:57 AM
Subscribers
None

Details

Summary

Move date setting into cd9660_populate_iso_dir_record so there is no path that leaves it unset.

PR: 203531
Reported by: Thomas Schmitt <scdbackup@gmx.net
Sponsored by: The FreeBSD Foundation

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste requested review of this revision.Apr 6 2023, 4:57 PM
emaste created this revision.

Missing a > in the reported-by line.

This revision is now accepted and ready to land.Apr 6 2023, 5:41 PM

Missing a > in the reported-by line.

Thanks for catching that, I cut and pasted it from 978013a0945d4c6b7ab3ee798dc13c74e913762a where I accidentally omitted it :)