CVSROOT: /cvs Module name: src Changes by: h...@cvs.openbsd.org 2025/09/09 10:46:55
Modified files: lib/libfuse : fuse_new.3 fuse_ops.c sys/miscfs/fuse: fuse_device.c fuse_vnops.c Log message: FUSE readlink file system operation now uses the size of the buffer passed to it rather than assuming it is PATH_MAX. It no longer silently truncates the results if the returned path does not fit. Perform additional sanity checks in libfuse and the kernel. ok stsp@