Page MenuHomeFreeBSD

D18501.id51817.diff
No OneTemporary

D18501.id51817.diff

Index: sys/kern/vfs_syscalls.c
===================================================================
--- sys/kern/vfs_syscalls.c
+++ sys/kern/vfs_syscalls.c
@@ -4197,7 +4197,7 @@
if ((uap->flags & ~(AT_SYMLINK_NOFOLLOW | AT_BENEATH)) != 0)
return (EINVAL);
return (kern_getfhat(td, uap->flags, uap->fd, uap->path ? uap->path : ".",
- UIO_USERSPACE, uap->fhp));
+ uap->path ? UIO_USERSPACE : UIO_SYSSPACE, uap->fhp));
}
static int

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 15, 1:25 PM (16 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29717792
Default Alt Text
D18501.id51817.diff (450 B)

Event Timeline