wavpack: CVE-2018-19840

This commit is contained in:
Marek Mahut 2019-07-16 17:58:24 +02:00
parent 00ef72610c
commit 003ffbe7d6

View File

@ -49,6 +49,11 @@ stdenv.mkDerivation rec {
name = "CVE-2019-11498-4.patch";
sha256 = "0qdw071b14hmxkjw6kn83d8hzq89l3hqh64pl1f1wb8m51w5xfg7";
})
(fetchpatch {
url = "https://github.com/dbry/WavPack/commit/070ef6f138956d9ea9612e69586152339dbefe51.patch";
name = "CVE-2018-19840.patch";
sha256 = "08y27py8hnki74ad8wbknnd36vj5pzzcm2vk3ngcbsjnj7x5mffz";
})
];
meta = with stdenv.lib; {