summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changes b/Changes
index 2d2c90be0f..cb25863e2a 100644
--- a/Changes
+++ b/Changes
@@ -5,6 +5,11 @@ Working version
### Runtime system:
+- #10403, #12202: introduce `caml_ext_table_add_noexc` that does not
+ raise `Out_of_memory` exceptions and use it inside the blocking sections
+ of `caml_read_directory`. Also, check for overflows in ext table sizes.
+ (Xavier Leroy, report by Arseniy Alekseyev, review by Gabriel Scherer)
+
### Code generation and optimizations:
### Standard library: