Skip to content
Snippets Groups Projects
Commit c4a07b89 authored by Tobias S. Josefowitz's avatar Tobias S. Josefowitz
Browse files

CHANGES: Document array item type confusion fix

parent 1181686f
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment