cvs: patch against CVE-2012-0804 (heap overflow)

This commit is contained in:
Graham Christensen
2017-01-25 07:24:19 -05:00
parent 87a3ee0c40
commit 04ae7febc8
2 changed files with 20 additions and 1 deletions
@@ -8,7 +8,10 @@ stdenv.mkDerivation {
sha256 = "0pjir8cwn0087mxszzbsi1gyfc6373vif96cw4q3m1x6p49kd1bq";
};
patches = [ ./getcwd-chroot.patch ];
patches = [
./getcwd-chroot.patch
./CVE-2012-0804.patch
];
hardeningDisable = [ "fortify" "format" ];