> From: Per Forlin <per.forlin@xxxxxxxxx> > > In fwsignal.c: brcmf_fws_commit_skb() > ... > if (rc < 0) { > entry->transit_count--; > if (entry->suppressed) > entry->suppr_transit_count--; > (void)brcmf_proto_hdrpull(fws->drvr, false, skb, NULL); > ^^^^^^^ > goto rollback; > } > ... > > The call to hdrpull will trigger a null pointer exception > unless a null check is made in the method implementation. > > Signed-off-by: Per Forlin <per.forlin@xxxxxxxxx> Thanks, applied to wireless-drivers-next.git. Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html