Skip to content

Commit

Permalink
Merge #32134: pcre2: Patch for CVE-2017-8786
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Nov 28, 2017
2 parents addd20e + 93294fc commit e6a7a2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/libraries/pcre2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ stdenv.mkDerivation rec {
stripLen = 2;
addPrefixes = true;
})
(fetchpatch {
name = "CVE-2017-8786.patch";
url = "https://vcs.pcre.org/pcre2/code/trunk/src/pcre2test.c?r1=692&r2=697&view=patch";
sha256 = "1c629nzrk4il2rfclwyc1a373q58m4q9ys9wr91zhl4skfk7x19b";
stripLen = 2;
addPrefixes = true;
})
];

outputs = [ "bin" "dev" "out" "doc" "man" "devdoc" ];
Expand Down

0 comments on commit e6a7a2e

Please sign in to comment.