Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107098170
D39418.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
497 B
Referenced Files
None
Subscribers
None
D39418.diff
View Options
diff --git a/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c b/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c
--- a/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c
+++ b/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c
@@ -6290,7 +6290,7 @@
goto unlock;
error = zfs_clone_range(VTOZ(invp), ap->a_inoffp, VTOZ(outvp),
- ap->a_outoffp, &len, ap->a_fsizetd->td_ucred);
+ ap->a_outoffp, &len, ap->a_outcred);
*ap->a_lenp = (size_t)len;
unlock:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 11, 2:15 AM (18 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15749023
Default Alt Text
D39418.diff (497 B)
Attached To
Mode
D39418: zfs: Fix null ap->a_fsizetd NULL pointer derefernce
Attached
Detach File
Event Timeline
Log In to Comment