Source-Changes archive

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

CVS commit: src/sys/nfs



Module Name:    src
Committed By:   riastradh
Date:           Wed Aug 26 13:28:37 UTC 2026

Modified Files:
        src/sys/nfs: nfs_export.c nfs_syscalls.c nfs_var.h

Log Message:
nfs: On reflection, just clamp the export_args buffer to 64 KiB.

Keep it simple, just make sure userland doesn't trigger contiguous
kva allocation of more than 64 KiB.

PR kern/60645: nfssvc(2): arithmetic overflow in input array sizing


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/nfs/nfs_export.c
cvs rdiff -u -r1.169 -r1.170 src/sys/nfs/nfs_syscalls.c
cvs rdiff -u -r1.98 -r1.99 src/sys/nfs/nfs_var.h

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