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

stack has overflowed if number of items more than uint16_t #84

Closed
dedok opened this issue Jun 22, 2017 · 2 comments
Closed

stack has overflowed if number of items more than uint16_t #84

dedok opened this issue Jun 22, 2017 · 2 comments
Assignees
Labels
bug Something isn't working customer

Comments

@dedok
Copy link
Contributor

dedok commented Jun 22, 2017

If client sends more than uint16_t elements in array or map, then nginx sends overflowed msgpack count of elements.

@dedok dedok self-assigned this Jun 22, 2017
@dedok dedok added bug Something isn't working customer labels Jun 22, 2017
@dedok
Copy link
Contributor Author

dedok commented Jun 22, 2017

Referred to tarantool/tarantool#2540

dedok added a commit that referenced this issue Jun 22, 2017
@dedok dedok closed this as completed Jun 22, 2017
@elmirk
Copy link

elmirk commented Apr 25, 2018

we use nginx upstream module v2.6rc3 and nginx 1.13.6 and tarantool version: 1.7.6-0-g7b2945d

we have tarantool crashed when test POST response with some kind of
wget 10.10.10.89:8081/pgw/v1 --header="Content-Type: application/json; charset=utf-8;" --post-data '{"myData":{"method":"testInfo","params":[{"msisdn":"92727111287" , "service":"service0"}],"id":1}}'

in tarantool logs then
src/box/iproto.cc:682: void iproto_decode_msg(iproto_msg*, const char**, const char*, bool*): Assertion `*pos == reqend' failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working customer
Projects
None yet
Development

No branches or pull requests

2 participants