wavpack: CVE-2019-1010317

Fixes #65655
This commit is contained in:
Marek Mahut 2019-07-31 17:21:29 +02:00
parent 3c9cea7482
commit 85dddef69e

View File

@ -59,6 +59,11 @@ stdenv.mkDerivation rec {
name = "CVE-2018-19841.patch";
sha256 = "08gx5xx51bi86cqqy7cv1d25k669a7wnkksasjspphwkpwkcxymy";
})
(fetchpatch {
url = "https://github.com/dbry/WavPack/commit/f68a9555b548306c5b1ee45199ccdc4a16a6101b.patch";
name = "CVE-2019-1010317.patch";
sha256 = "0v748nd9408v6ah37cn8wr0k0m0ny1g884q8q92j1dhwad69kfid";
})
];
meta = with stdenv.lib; {