summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2012-04-19 13:17:40 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2012-04-19 13:17:40 +0000
commitb2166e33f583882d5c9a07f3851776270b1a52bd (patch)
tree4e51bb71d80c81939d885e3ae2bff51339315038 /boot
parent64dd0e06fa2f09a62fda6c3923685c4c3fc29216 (diff)
downloadocaml-b2166e33f583882d5c9a07f3851776270b1a52bd.tar.gz
- Hashtbl:
. Added optional "random" parameter to Hashtbl.create to randomize collision patterns and improve security (PR#5572, CVE-2012-0839) . Added "randomize" function and "R" parameter to OCAMLRUNPARAM to turn randomization on by default (PR#5572, CVE-2012-0839) - Filename: on-demand (lazy) initialization of the PRNG used by "temp_file". git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12384 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'boot')
-rwxr-xr-xboot/ocamlcbin1183097 -> 1183851 bytes
-rwxr-xr-xboot/ocamldepbin318909 -> 321773 bytes
-rwxr-xr-xboot/ocamllexbin172450 -> 175330 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/boot/ocamlc b/boot/ocamlc
index a79da9f8c6..f68e2517dd 100755
--- a/boot/ocamlc
+++ b/boot/ocamlc
Binary files differ
diff --git a/boot/ocamldep b/boot/ocamldep
index 607c6a092a..1b9608c728 100755
--- a/boot/ocamldep
+++ b/boot/ocamldep
Binary files differ
diff --git a/boot/ocamllex b/boot/ocamllex
index 93884d2320..136e158705 100755
--- a/boot/ocamllex
+++ b/boot/ocamllex
Binary files differ