aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/01-kernel/14007-fix-14006.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog/01-kernel/14007-fix-14006.rst b/doc/changelog/01-kernel/14007-fix-14006.rst
new file mode 100644
index 0000000000..6765768295
--- /dev/null
+++ b/doc/changelog/01-kernel/14007-fix-14006.rst
@@ -0,0 +1,7 @@
+- **Fixed:**
+ Never store persistent arrays as VM / native structured values.
+ This could be used to make vo marshalling crash, and probably
+ breaking some other invariants of the kernel
+ (`#14007 <https://github.com/coq/coq/pull/14007>`_,
+ fixes `#14006 <https://github.com/coq/coq/issues/14006>`_,
+ by Pierre-Marie Pédrot).