CVS commit: src/sys/fs/cd9660

2024-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 3 22:39:27 UTC 2024 Modified Files: src/sys/fs/cd9660: cd9660_vfsops.c Log Message: add checks for id and mask in the update case (thanks hannken) To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103

CVS commit: src/sys/fs/cd9660

2024-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 3 22:39:27 UTC 2024 Modified Files: src/sys/fs/cd9660: cd9660_vfsops.c Log Message: add checks for id and mask in the update case (thanks hannken) To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103

CVS commit: src/sys/fs/cd9660

2024-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 3 18:45:50 UTC 2024 Modified Files: src/sys/fs/cd9660: cd9660_vfsops.c Log Message: need the new args pointer... To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/sys/fs/cd9660/cd9660_vfsops.c

CVS commit: src/sys/fs/cd9660

2024-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 3 18:45:50 UTC 2024 Modified Files: src/sys/fs/cd9660: cd9660_vfsops.c Log Message: need the new args pointer... To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/sys/fs/cd9660/cd9660_vfsops.c

CVS commit: src/sys/fs/cd9660

2024-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 3 18:44:43 UTC 2024 Modified Files: src/sys/fs/cd9660: cd9660_vfsops.c Log Message: fix MNT_UPDATE (thanks hannken) To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/sys/fs/cd9660/cd9660_vfsops.c

CVS commit: src/sys/fs/cd9660

2024-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 3 18:44:43 UTC 2024 Modified Files: src/sys/fs/cd9660: cd9660_vfsops.c Log Message: fix MNT_UPDATE (thanks hannken) To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/sys/fs/cd9660/cd9660_vfsops.c

CVS commit: src/sys/fs/cd9660

2024-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 3 17:38:22 UTC 2024 Modified Files: src/sys/fs/cd9660: cd9660_vfsops.c Log Message: Provide backwards compatibility (pointed out by hannken) To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100

CVS commit: src/sys/fs/cd9660

2024-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 3 17:38:22 UTC 2024 Modified Files: src/sys/fs/cd9660: cd9660_vfsops.c Log Message: Provide backwards compatibility (pointed out by hannken) To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100

CVS commit: src/sys/fs/cd9660

2024-02-03 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Feb 3 15:26:35 UTC 2024 Modified Files: src/sys/fs/cd9660: cd9660_vfsops.c Log Message: cd9660_mountroot: must initialize new args "fmask" and "dmask". To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99

CVS commit: src/sys/fs/cd9660

2024-02-03 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Feb 3 15:26:35 UTC 2024 Modified Files: src/sys/fs/cd9660: cd9660_vfsops.c Log Message: cd9660_mountroot: must initialize new args "fmask" and "dmask". To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99

CVS commit: src/sys/fs/cd9660

2019-07-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jul 12 17:18:30 UTC 2019 Modified Files: src/sys/fs/cd9660: cd9660_vnops.c Log Message: Fix info leak: zero out the buffer, because it is not entirely filled, and the uninitialized bytes get copied to userland in

CVS commit: src/sys/fs/cd9660

2019-07-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jul 12 17:18:30 UTC 2019 Modified Files: src/sys/fs/cd9660: cd9660_vnops.c Log Message: Fix info leak: zero out the buffer, because it is not entirely filled, and the uninitialized bytes get copied to userland in