On Mon, Mar 13, 2017 at 03:39:41PM +0200, Sagi Grimberg wrote: > When handling a new recv command, we grab a new rsp resource and > check for the queue state being live. In case the queue is not in > live state, we simply restore the rsp back to the free list. However > in this flow we didn't set rsp->queue yet, so we cannot dereference it. > > Instead, make sure to initialize rsp->queue (and other rsp members) > as soon as possible so we won't reference uninitialized variables. Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html