From c4a07b89e7e833da12c79da380615aa80fcb4de9 Mon Sep 17 00:00:00 2001
From: "Tobias S. Josefowitz" <tobij@tobij.de>
Date: Tue, 11 Aug 2020 23:26:25 +0200
Subject: [PATCH] CHANGES: Document array item type confusion fix

---
 CHANGES | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CHANGES b/CHANGES
index 8b88309101..ccf70a4b43 100644
--- a/CHANGES
+++ b/CHANGES
@@ -183,6 +183,12 @@ o Protocols.Websocket
 
   Tentative fix for error 'indexing the NULL value with "set_nonblocking'.
 
+o Runtime
+
+  Certain operations on arrays of only objects could have triggered a type
+  confusion under some circumstances, causing integers to be freed as
+  objects, and thus a NULL derefence (SIGSEGV).
+
 o Sql.pgsql
 
   - Ensure that the db connection is closed when the portal is closed.
-- 
GitLab