FreeBSD Bugzilla – Attachment 189714 Details for
Bug 225162
Source file zfs_acl.c, function zfs_aclset_common contains a use after end of the lifetime of a local variable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
zfs_acl.c.diff (text/plain), 469 bytes, created by
WHR
on 2018-01-14 17:48:20 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
WHR
Created:
2018-01-14 17:48:20 UTC
Size:
469 bytes
patch
obsolete
>--- zfs_acl.c.orig 2018-01-15 01:23:41.536551566 +0800 >+++ zfs_acl.c 2018-01-15 01:24:16.118497935 +0800 >@@ -1171,6 +1171,7 @@ > sa_bulk_attr_t bulk[5]; > uint64_t ctime[2]; > int count = 0; >+ zfs_acl_phys_t acl_phys; > > mode = zp->z_mode; > >@@ -1217,7 +1218,6 @@ > } else { /* Painful legacy way */ > zfs_acl_node_t *aclnode; > uint64_t off = 0; >- zfs_acl_phys_t acl_phys; > uint64_t aoid; > > if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_ZNODE_ACL(zfsvfs),
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225162
: 189714