summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/dict.c
diff options
context:
space:
mode:
authorRaghavendra G <rgowdapp@redhat.com>2019-03-21 16:37:30 +0530
committerRaghavendra G <rgowdapp@redhat.com>2019-03-27 10:48:12 +0530
commit0d8668cb44550163eb8d4111006a105a6826bdbb (patch)
tree6b60f80af63e5795a872f6e5c8c6a033f738153f /libglusterfs/src/dict.c
parent7cbf23bbc61879e7af70bbb2b42951a73966f3c6 (diff)
performance/write-behind: fix use after free in readdirp_cbk
wb_inode->lock is accessed after inode_unref (inode), which is a use-after-free as the inode_unref can potentially free up the inode and hence the inode-ctx (wb_inode). Instead inode_unref has to happen after the last access of wb_inode. Change-Id: Ie1a8bb5e44a668578e7d6bcedc77df52618a36e2 Signed-off-by: Raghavendra G <rgowdapp@redhat.com> Fixes: bz#1691292
Diffstat (limited to 'libglusterfs/src/dict.c')
0 files changed, 0 insertions, 0 deletions