diff options
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -21,6 +21,17 @@ - GPR#1753: avoid potential off-by-one overflow in debugger socket path length. (Anil Madhavapeddy) +### Bug fixes: + +- #10250, #10266: Dynamically allocate alternate signal stacks to + accommodate changes in Glibc 2.34. + (Xavier Leroy, reports by Tomasz Kłoczko and R.W.M. Jones, review by Anil + Madhavapeddy, Stephen Dolan, and Florian Angeletti) + +- #10698, #10726, #10891: Free the alternate signal stack when the main OCaml + code or an OCaml thread stops. + (Xavier Leroy, review by David Allsopp, Florian Angeletti and Damien Doligez) + OCaml 4.06.1 (16 Feb 2018): --------------------------- |