Steve Lord has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1202650?usp=email )
Change subject: Avoid deref of uninitialized pointer
......................................................................
Avoid deref of uninitialized pointer
Fix for Issue #1186
In the NFS V3 case nfs4_clientid was not
initialized and the logic in do_lock_op
was testing for it being set causing a
panic.
Change-Id: Icfd95cfbf750affd600ac04ec0faeb3ebfdda2c7
Signed-off-by: Steve Lord <steve.p.lord(a)gmail.com>
---
M src/SAL/state_lock.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/50/1202650/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1202650?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Icfd95cfbf750affd600ac04ec0faeb3ebfdda2c7
Gerrit-Change-Number: 1202650
Gerrit-PatchSet: 1
Gerrit-Owner: Steve Lord <steve.p.lord(a)gmail.com>