madhu.punjabi(a)in.ibm.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/447495
Change subject: Unref 'prev_chunk' after it is used by 'glist_last_entry'
......................................................................
Unref 'prev_chunk' after it is used by 'glist_last_entry'
Coverity Scan fix:
To be extra safe, unref 'prev_chunk' after it is used by
'glist_last_entry', so that there is no chance of using
'prev_chunk' pointer after it is freed.
Change-Id: Idb09d15719572f86be0c7dfef70029e314ca6775
Signed-off-by: Madhu Thorat <madhu.punjabi(a)in.ibm.com>
---
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c
1 file changed, 4 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/95/447495/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/447495
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: Idb09d15719572f86be0c7dfef70029e314ca6775
Gerrit-Change-Number: 447495
Gerrit-PatchSet: 1
Gerrit-Owner: madhu.punjabi(a)in.ibm.com
Gerrit-MessageType: newchange