History log of /PHP-8.3/ext/pdo_sqlite/tests/gh13998.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 2a1aa8ca 20-Apr-2024 Saki Takamachi

Fix GH-13998: Manage refcount of agg_context->val correctly (#14004)

When step_callback fails, agg_context->val is passed dtor, but agg_context->val
is also used in final_callback regard

Fix GH-13998: Manage refcount of agg_context->val correctly (#14004)

When step_callback fails, agg_context->val is passed dtor, but agg_context->val
is also used in final_callback regardless of the success/failure of step_callback,
so should not call dtor.

closes #14004
fixes #13998

show more ...