../net/ipv6/tcpv6_offload.c:104:30: warning: variable 'th' is uninitialized when used here [-Wuninitialized] 104 | inet_proto_csum_replace16(&th->check, seg, | ^~ ../net/ipv6/tcpv6_offload.c:101:19: note: initialize the variable 'th' to silence this warning 101 | struct tcphdr *th; | ^ | = NULL 1 warning generated. ../net/ipv6/tcpv6_offload.c:104:30: warning: variable 'th' is uninitialized when used here [-Wuninitialized] 104 | inet_proto_csum_replace16(&th->check, seg, | ^~ ../net/ipv6/tcpv6_offload.c:101:19: note: initialize the variable 'th' to silence this warning 101 | struct tcphdr *th; | ^ | = NULL 1 warning generated. New errors added --- /tmp/tmp.XdoMxhAVCh 2025-03-10 04:36:03.801313298 -0700 +++ /tmp/tmp.xOnUSxBY58 2025-03-10 04:37:23.774447784 -0700 @@ -0,0 +1,8 @@ +../net/ipv6/tcpv6_offload.c:104:30: warning: variable 'th' is uninitialized when used here [-Wuninitialized] + 104 | inet_proto_csum_replace16(&th->check, seg, + | ^~ +../net/ipv6/tcpv6_offload.c:101:19: note: initialize the variable 'th' to silence this warning + 101 | struct tcphdr *th; + | ^ + | = NULL +1 warning generated. Per-file breakdown --- /tmp/tmp.9Hv2XzVaOy 2025-03-10 04:37:23.781447708 -0700 +++ /tmp/tmp.x8tR0dIBM3 2025-03-10 04:37:23.785447665 -0700 @@ -0,0 +1 @@ + 2 ../net/ipv6/tcpv6_offload.c