- Update to 4.04.2
- Important: Fix a security issue CVE-2017-9772 https://www.cvedetails.com/cve/CVE-2017-9772/
Details
Details
- Reviewers
• sunnyflunk - Group Reviewers
Triage Team - Commits
- R2215:b9ad8dfd8562: Update Ocaml to 4.04.2
$ ocaml OCaml version 4.04.2 # print_string "Hello world";; Hello world- : unit = () # let add a b= a+b;; val add : int -> int -> int = <fun> # add 4 5;; - : int = 9 #
It works as intende
Diff Detail
Diff Detail
- Repository
- R2215 ocaml
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage