Skip to content

Conversation

@Jasu
Copy link

@Jasu Jasu commented Mar 19, 2016

zend_objects_store_call_destructors operated on reallocated memory if
destructors allocated enough objects to cause object store realloc.
After each destructor, check that object pool still points to the same
memory, if not, iterate over it again.

zend_objects_store_call_destructors operated on reallocated memory if
destructors allocated enough objects to cause object store realloc.
After each destructor, check that object pool still points to the same
memory, if not, iterate over it again.
@laruence
Copy link
Member

Hey, I've committed a fix here: 9564998 anyway, thanks for spotting this, your work is appreciated.

@laruence laruence closed this Mar 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants