summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-02-23 18:44:29 -0500
committerGraham Christensen <graham@grahamc.com>2017-02-23 18:44:43 -0500
commit1d68edbef48f30a4cefc33a85636099582411957 (patch)
tree29949e352faa0625afc7302bc9d6aebfe59255b4 /pkgs/os-specific
parentc71bae03304c5c3437c9cecb68f6aa6e8dbe01f9 (diff)
linux kernels: patch against DCCP double free (CVE-2017-6074)
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index bb6bff1a1f07..c5a6b999f855 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -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";
+ };
+ };
}