diff options
author | Andreas Gruenbacher <[email protected]> | 2018-11-26 18:45:35 +0100 |
---|---|---|
committer | Andreas Gruenbacher <[email protected]> | 2018-12-11 21:44:29 +0100 |
commit | 6ff9b09e00a441599f3aacdf577254455a048bc9 (patch) | |
tree | ae5ebad26e35f1445b1295b224d962831124769a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cbbe76c8bb27c0bea4bfa6cac56b5d4073b90687 (diff) |
gfs2: Get rid of potential double-freeing in gfs2_create_inode
In gfs2_create_inode, after setting and releasing the acl / default_acl, the
acl / default_acl pointers are not set to NULL as they should be. In that
state, when the function reaches label fail_free_acls, gfs2_create_inode will
try to release the same acls again.
Fix that by setting the pointers to NULL after releasing the acls. Slightly
simplify the logic. Also, posix_acl_release checks for NULL already, so
there is no need to duplicate those checks here.
Fixes: e01580bf9e4d ("gfs2: use generic posix ACL infrastructure")
Reported-by: Pan Bian <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: [email protected] # v4.9+
Signed-off-by: Andreas Gruenbacher <[email protected]>
Signed-off-by: Bob Peterson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions