merged into cifs-2.6.git for-next On Tue, Jun 19, 2018 at 8:12 AM, Paulo Alcantara <paulo@xxxxxxxx> wrote: > Dan Carpenter <dan.carpenter@xxxxxxxxxx> writes: > >> This is not really a runtime issue but Smatch complains that: >> >> fs/cifs/smb2ops.c:1740 smb2_query_symlink() >> error: uninitialized symbol 'resp_buftype'. >> >> The warning is right that it can be uninitialized... Also "err_buf" >> would be NULL at this point and we're not supposed to pass NULLs to >> free_rsp_buf() or it might trigger some extra output if we turn on >> debugging. >> >> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > > Reviewed-by: Paulo Alcantara <palcantara@xxxxxxx> > > Thanks > Paulo > -- > To unsubscribe from this list: send the line "unsubscribe linux-cifs" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Thanks, Steve -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html