Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102763506
D43278.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
548 B
Referenced Files
None
Subscribers
None
D43278.diff
View Options
diff --git a/lib/libc/posix1e/acl_equiv_mode_np.c b/lib/libc/posix1e/acl_equiv_mode_np.c
--- a/lib/libc/posix1e/acl_equiv_mode_np.c
+++ b/lib/libc/posix1e/acl_equiv_mode_np.c
@@ -49,7 +49,7 @@
/* Linux returns 0 for ACL returned by acl_init() */
if (_acl_brand(acl) == ACL_BRAND_UNKNOWN && acl->ats_acl.acl_cnt == 0)
- return (0);
+ goto done;
// TODO: Do we want to handle ACL_BRAND_NFS4 in this function? */
if (_acl_brand(acl) != ACL_BRAND_POSIX)
@@ -91,6 +91,7 @@
}
}
+done:
if (mode_p != NULL)
*mode_p = ret_mode;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 8:29 PM (22 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14684078
Default Alt Text
D43278.diff (548 B)
Attached To
Mode
D43278: acl_equiv_mode_np: zero mode on just inited ACL
Attached
Detach File
Event Timeline
Log In to Comment