NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59783 CVS commit: src/sys/fs/cd9660



The following reply was made to PR kern/59783; it has been noted by GNATS.

From: "Michael van Elst" <mlelstv%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59783 CVS commit: src/sys/fs/cd9660
Date: Sat, 29 Nov 2025 21:45:57 +0000

 Module Name:	src
 Committed By:	mlelstv
 Date:		Sat Nov 29 21:45:57 UTC 2025
 
 Modified Files:
 	src/sys/fs/cd9660: cd9660_vfsops.c
 
 Log Message:
 Interpret p_cdsession field in partition info only when the type
 is set to FS_ISO9660. Other filesystem types use the field for p_fsize,
 and default values there confuse the cd9660 filesystem code.
 
 Fixes PR 59783.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.105 -r1.106 src/sys/fs/cd9660/cd9660_vfsops.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index