Skip to content

Fix crashes with foreign serializers #157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 9, 2015

Conversation

m6w6
Copy link
Contributor

@m6w6 m6w6 commented Nov 26, 2014

Foreign serializers like msgpack and igbinary may crash on randomly initialized zval because they check of IS_ARRAY, IS_OBJECT (or any type) on certain circumstances.

initialized zval because they check of IS_ARRAY, IS_OBJECT (or any type)
on certain circumstances.
@m6w6
Copy link
Contributor Author

m6w6 commented Jan 9, 2015

Bump.

mkoppanen added a commit that referenced this pull request Jan 9, 2015
Fix crashes with foreign serializers
@mkoppanen mkoppanen merged commit def716a into php-memcached-dev:master Jan 9, 2015
@mkoppanen
Copy link
Member

Merged. There are some test failures but they don't seem to be related

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