From 63088d8225df025e03a0ea0a0d8fdc3e8e9b9b08 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 28 Dec 2018 09:56:20 +0530 Subject: multiple-files: clang-scan fixes updates: bz#1622665 Change-Id: I9f3a75ed9be3d90f37843a140563c356830ef945 Signed-off-by: Amar Tumballi --- xlators/features/quota/src/quotad-aggregator.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xlators/features/quota') diff --git a/xlators/features/quota/src/quotad-aggregator.c b/xlators/features/quota/src/quotad-aggregator.c index e0129e4f63a..3b883d3f7e0 100644 --- a/xlators/features/quota/src/quotad-aggregator.c +++ b/xlators/features/quota/src/quotad-aggregator.c @@ -132,6 +132,9 @@ quotad_aggregator_getlimit_cbk(xlator_t *this, call_frame_t *frame, int ret = -1; int type = 0; + if (!rsp || (rsp->op_ret == -1)) + goto reply; + GF_PROTOCOL_DICT_UNSERIALIZE(frame->this, xdata, (rsp->xdata.xdata_val), (rsp->xdata.xdata_len), rsp->op_ret, rsp->op_errno, out); -- cgit