New upstream version 4.04.2.

Fix: ocaml: Insufficient sanitisation allows privilege escalation for
  setuid binaries (CVE-2017-9772) (RHBZ#1464920).
This commit is contained in:
Richard W.M. Jones 2017-06-26 10:53:06 +01:00
commit 310b7aa2bb
12 changed files with 29 additions and 23 deletions

View file

@ -1,4 +1,4 @@
From 3562730fcdf7f5b3802876980b7cac96a49709de Mon Sep 17 00:00:00 2001
From c7d7b98e82b5571965e57c1537899094222f3157 Mon Sep 17 00:00:00 2001
From: Nicolas Ojeda Bar <n.oje.bar@gmail.com>
Date: Fri, 4 Nov 2016 20:39:09 +0100
Subject: [PATCH 6/9] Add RISC-V backend & runtime
@ -1683,7 +1683,7 @@ index fd9d528e9..781c2517b 100644
struct caml_context {
diff --git a/configure b/configure
index 01a7baedf..9562cfa0d 100755
index d53d90367..04acb43be 100755
--- a/configure
+++ b/configure
@@ -820,6 +820,7 @@ if test $with_sharedlibs = "yes"; then
@ -1713,5 +1713,5 @@ index 01a7baedf..9562cfa0d 100755
aspp="${TOOLPREF}gcc -c";;
esac
--
2.12.0
2.13.1