On Fri, Jan 15, 2016 at 02:44:31PM +0100, Geert Uytterhoeven wrote: > net/sctp/proc.c: In function ‘sctp_transport_get_idx’: > net/sctp/proc.c:313: warning: ‘obj’ may be used uninitialized in this function > > This is currently a false positive, as all callers check for a zero > offset first, and handle this case in the exact same way. > > Move the check and handling into sctp_transport_get_idx() to kill the > compiler warning, and avoid future bugs. > > Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > --- > Compile-tested only. Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@xxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html