Skip to content

Conversation

@redboltz
Copy link
Contributor

Fixed a pointer operation problem at msgpack::zone::chunk_list::clear().
It was only happened on C++03.

Fixed a pointer operation problem at msgpack::zone::chunk_list::clear().
It was only happened on C++03.
@leesatoh
Copy link

Hello. I will write here next message.

@leesatoh
Copy link

Hello.
I compiled the program with c++11 option. I think the Problem has been cleared..

@redboltz
Copy link
Contributor Author

Thank you for testing. The expected behavior is follows:

Compiler Before applying #440 After #440 applied
C++03 memory error work well
C++11 work well work well

Your program work well with C++03 after applied #440?

@leesatoh
Copy link

I download "After #440 applied".
I compiled the program in old environment(c++03), and execute.
It work well. I think this problem has been cleared.

@redboltz
Copy link
Contributor Author

@leesatoh, thank you. I merge the PR.

redboltz added a commit that referenced this pull request Mar 15, 2016
@redboltz redboltz merged commit 84932e6 into msgpack:master Mar 15, 2016
@redboltz redboltz deleted the fix_440 branch March 15, 2016 02:34
redboltz added a commit to redboltz/msgpack-c that referenced this pull request May 18, 2016
Fixed a pointer operation problem at msgpack::zone::chunk_list::clear().
It was only happened on C++03.
redboltz added a commit that referenced this pull request May 18, 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