Daniel Gryniewicz has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/471899 )
Change subject: RADOS KV - Don't deref size, it may be NULL
......................................................................
RADOS KV - Don't deref size, it may be NULL
In rados_kv_create_val(), size may be NULL. Don't assume it exists,
only use it if it's passed.
Change-Id: I6d42411241a8156cbf04cd6a6e9834b663474829
Signed-off-by: Daniel Gryniewicz <dang(a)redhat.com>
---
M src/SAL/recovery/recovery_rados_kv.c
1 file changed, 6 insertions(+), 2 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/99/471899/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/471899
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I6d42411241a8156cbf04cd6a6e9834b663474829
Gerrit-Change-Number: 471899
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <dang(a)redhat.com>
Gerrit-MessageType: newchange