commit | 248c944e2159de4868bef558feea40214aaf8464 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Aug 24 11:58:12 2020 +0300 |
committer | David Howells <dhowells@redhat.com> | Tue Oct 27 22:05:56 2020 +0000 |
tree | ac60c074fc3ae494173904f93d9992fd070636fc | |
parent | acc080d15dde820bd39eb55a04f9a09c7ef52e67 [diff] |
afs: Fix a use after free in afs_xattr_get_acl() The "op" pointer is freed earlier when we call afs_put_operation(). Fixes: e49c7b2f6de7 ("afs: Build an abstraction around an "operation" concept") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David Howells <dhowells@redhat.com> cc: Colin Ian King <colin.king@canonical.com>