Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9a2e69e authored by David S. Miller's avatar David S. Miller
Browse files

tcp: Fix warning on 64-bit.



net/ipv4/tcp_output.c: In function ‘tcp_make_synack’:
net/ipv4/tcp_output.c:2488: warning: cast from pointer to integer of different size

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 91e2ff35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2485,7 +2485,7 @@ struct sk_buff *tcp_make_synack(struct sock *sk, struct dst_entry *dst,

			/* recommended */
			*tail-- ^= ((th->dest << 16) | th->source);
			*tail-- ^= (u32)cvp; /* per sockopt */
			*tail-- ^= (u32)(unsigned long)cvp; /* per sockopt */

			sha_transform((__u32 *)&xvp->cookie_bakery[0],
				      (char *)mess,