We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61317f1 commit bcb6517Copy full SHA for bcb6517
README.md
@@ -407,6 +407,14 @@ property can be done in two different ways:
407
Issues
408
======
409
410
+Tearing in `Array.sub` and `Array.copy` (new, fixed, runtime)
411
+-------------------------------------------------------------
412
+
413
+A `Lin` `Dynarray` test observed rare unsuspected values (and even rarer crashes)
414
+on the CI's musl build, which turned out to be [due to tearing in the `memcpy`
415
+underlying `Array.sub` and`Array.copy`](https://github.com/ocaml/ocaml/pull/13950).
416
417
418
Replacing blocking functions by non-blocking ones caused deadlocks (new, fixed, runtime)
419
----------------------------------------------------------------------------------------
420
0 commit comments