pcre: patch CVE-2016-1283
This fixes CVE-2016-1283, which allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via a crafted regular expression. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1283
This commit is contained in:
committed by
Nikolay Amiantov
parent
c55cfe0cb3
commit
1e2fe7e07d
@@ -22,8 +22,9 @@ in stdenv.mkDerivation rec {
|
||||
sha256 = "1pvra19ljkr5ky35y2iywjnsckrs9ch2anrf5b0dc91hw8v2vq5r";
|
||||
};
|
||||
|
||||
patches =
|
||||
[ ];
|
||||
patches = [
|
||||
./CVE-2016-1283.patch
|
||||
];
|
||||
|
||||
outputs = [ "out" "doc" "man" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user