root5: fix CVE-2017-1000203

Fixes: https://nvd.nist.gov/vuln/detail/CVE-2017-1000203
This commit is contained in:
Dmitry Kalinkin
2020-06-18 13:12:23 -04:00
parent 2b417708c2
commit 7e37d805dd

View File

@@ -32,6 +32,12 @@ stdenv.mkDerivation rec {
# disable dictionary generation for stuff that includes libc headers
# our glibc requires a modern compiler
./disable_libc_dicts_root5.patch
(fetchpatch {
name = "CVE-2017-1000203.patch";
url = "https://github.com/root-project/root/commit/a568e80022ae6ffbfa0a908d625c986ee857cc0f.diff";
sha256 = "0fxiwh36ry2w98a7sw74z9rnp686vrddxmd34wkvjnj9alry9i5f";
})
];
preConfigure = ''