aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-03-26 14:17:20 +0000
committerGitHub2021-03-26 14:17:20 +0000
commitc2ed2e395f2164ebbc550e70899c49af23e1ad1e (patch)
tree62c140cd7785e416ccea19caf8a0cc05d2871cfb /doc
parent71453f1643b55679d44caee30ce5541b5aa47263 (diff)
parent5300e23cf5ac31fb835c5cfbe7ce1ed56f338f99 (diff)
Merge PR #14007: Never store persistent arrays as VM structured values.
Reviewed-by: silene
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).