commit 9273fb4f5304e67c59d6aa1fd04e26ef22cb4c20
Author: Tomohiro Kusumi <[email protected]>
Date: Thu Oct 8 01:42:57 2020 +0900
sys/vfs/hammer2: Fix broken mount_hammer2(8) -u option
It fails with EFAULT when copyin-ing NULL volume string.
Summary of changes:
sys/vfs/hammer2/hammer2_vfsops.c | 74 +++++++++++++++++++++-------------------
1 file changed, 38 insertions(+), 36 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9273fb4f5304e67c59d6aa1fd04e26ef22cb4c20
--
DragonFly BSD source repository