CVS: cvs.openbsd.org: src

Helg Bredow <[email protected]> Wed, 22 Jul 2026 22:50:38 -0600 (MDT)
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs
Module name:	src
Changes by:	[email protected]	2026/07/22 22:50:38

Modified files:
	lib/libfuse    : fuse.c 

Log message:
Don't attempt to validate the mount directory during option parsing.
Instead, check the result of realpath(3) before calling mount(2)
and rely on this to confirm that it is indeed a directory.

File systems like ntfs-3g that don't call fuse_parse_cmdline(3)
will now print an error message if the directory doesn't exist
rather than silently failing.

OK claudio@