[Bug 190655] [cd9660] cd9660 cannot mount ISO 9660 multi-session above 4 GiB

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 8 06:22:44 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190655

--- Comment #2 from commit-hook at freebsd.org ---
A commit references this bug:

Author: cem
Date: Sun Jan  8 06:21:50 UTC 2017
New revision: 311665
URL: https://svnweb.freebsd.org/changeset/base/311665

Log:
  cd9660: Expand internal inum size to 64 bits

  Inums in cd9660 refer to byte offsets on the media.  DVD and BD media
  can have entries above 4GB, especially with multi-session images.

  PR:           190655
  Reported by:  Thomas Schmitt <scdbackup at gmx.net>

Changes:
  head/sys/fs/cd9660/cd9660_lookup.c
  head/sys/fs/cd9660/cd9660_node.c
  head/sys/fs/cd9660/cd9660_node.h
  head/sys/fs/cd9660/cd9660_rrip.c
  head/sys/fs/cd9660/cd9660_vfsops.c
  head/sys/fs/cd9660/cd9660_vnops.c
  head/sys/fs/cd9660/iso.h
  head/sys/fs/cd9660/iso_rrip.h

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list