Revert "Revert "linux kernels: patch against DCCP double free (CVE-2017-6074)""

This reverts commit 53a2baabbe.
This commit is contained in:
Graham Christensen
2017-02-23 19:23:29 -05:00
parent 53a2baabbe
commit d36b1ccc13
2 changed files with 19 additions and 0 deletions
@@ -174,4 +174,13 @@ rec {
sha256 = "0mps33r4mnwiy0bmgrzgqkrk59yya17v6kzpv9024g4xlz61rk8p";
};
};
DCCP_double_free_vulnerability_CVE-2017-6074 = rec
{ name = "DCCP_double_free_vulnerability_CVE-2017-6074.patch";
patch = fetchpatch {
inherit name;
url = "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/patch/?id=5edabca9d4cff7f1f2b68f0bac55ef99d9798ba4";
sha256 = "10dmv3d3gj8rvj9h40js4jh8xbr5wyaqiy0kd819mya441mj8ll2";
};
};
}