commit | 758261d1c1850656b47c4c40486e4237bcd769a6 | [log] [tgz] |
---|---|---|
author | lh <lh@exm.com> | Thu Jul 13 05:52:04 2023 -0700 |
committer | lh <lh@exm.com> | Thu Jul 13 05:52:04 2023 -0700 |
tree | 3bc26310c3b153ab3189a54780a041d5278a2432 | |
parent | b0dd97e3f107d69ed0d9728748df12c7833884a7 [diff] [blame] |
[Feature][ZXW-65]merged P49 base code Change-Id: I3e09c0c3d47483bc645f02310380ecb7fc6f4041
diff --git a/ap/os/linux/linux-3.4.x/include/net/tcp.h b/ap/os/linux/linux-3.4.x/include/net/tcp.h index b5d2d14..a118f21 100755 --- a/ap/os/linux/linux-3.4.x/include/net/tcp.h +++ b/ap/os/linux/linux-3.4.x/include/net/tcp.h
@@ -1300,6 +1300,8 @@ { if (sk->sk_send_head == skb_unlinked) sk->sk_send_head = NULL; + if (tcp_sk(sk)->highest_sack == skb_unlinked) //CVE-2016-6828 + tcp_sk(sk)->highest_sack = NULL; } static inline void tcp_init_send_head(struct sock *sk)