aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2021-03-26 12:18:05 +0100
committerPierre-Marie Pédrot2021-03-26 12:18:05 +0100
commit5300e23cf5ac31fb835c5cfbe7ce1ed56f338f99 (patch)
tree62c140cd7785e416ccea19caf8a0cc05d2871cfb /doc
parent5816889f48f7498017a740c6e501a1fb8aaafccf (diff)
Adding a changelog.
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).