summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-utils.h
diff options
context:
space:
mode:
authorXavi Hernandez <xhernandez@redhat.com>2019-12-20 14:14:32 +0100
committerRinku Kothiya <rkothiya@redhat.com>2020-03-16 08:21:00 +0000
commitdfaaace24d26d8e39f7783e99ac7440eafeced74 (patch)
treeb7718bf5f276dbe46f400105930288d8b1ef20bf /xlators/mgmt/glusterd/src/glusterd-utils.h
parent87f1163e83339b2c2923106e0d9a45e8a327bb7a (diff)
multiple: fix bad type cast
When using inode_ctx_get() or inode_ctx_set(), a 'uint64_t *' is expected. In many cases, the value to retrieve or store is a pointer, which will be of smaller size in some architectures (for example 32-bits). In this case, directly passing the address of the pointer casted to an 'uint64_t *' is wrong and can cause memory corruption. Backport of: > Change-Id: Iae616da9dda528df6743fa2f65ae5cff5ad23258 > Signed-off-by: Xavi Hernandez <xhernandez@redhat.com> > Fixes: bz#1785611 Change-Id: Iae616da9dda528df6743fa2f65ae5cff5ad23258 Signed-off-by: Xavi Hernandez <xhernandez@redhat.com> Fixes: bz#1785323
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-utils.h')
0 files changed, 0 insertions, 0 deletions