Skip to content
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

Limit memory allocation size #159

Closed
redboltz opened this issue Nov 1, 2014 · 1 comment
Closed

Limit memory allocation size #159

redboltz opened this issue Nov 1, 2014 · 1 comment

Comments

@redboltz
Copy link
Contributor

redboltz commented Nov 1, 2014

When msgpack-c allocates a memory and the memory size is given by outside, msgpack-c tries to allocate the given size. That is easy to attack. msgpack-c should have limit memory allocation functionality.

See:
#149 (comment)

@nobu-k
Copy link
Member

nobu-k commented Jan 16, 2015

fixed

@nobu-k nobu-k closed this as completed Jan 16, 2015
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

No branches or pull requests

2 participants