pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2020-08-11
2020-08-11 21:26:25 by Tobias S. Josefowitz <tobij@tobij.de>
c4a07b89e7e833da12c79da380615aa80fcb4de9 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Document array item type confusion fix
183:
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.