FPII-2497 : Elevation of privilege vulnerability in kernel networking subsystem CVE-2016-6828 A-31183296

When the tcp_sendmsg function allocates a fresh and empty skb, it puts it at the tail of the write queue.
On a failure condition, a dangling pointer is left leading to a potential use-after-free vulnerability.

The fix is designed to set the highest_sack variable to null to prevent the potential use-after-free vulnerability.

Change-Id: I39fcc4584dee1d66126c028a0c277331df75cbf5
1 file changed