Skip to content
Snippets Groups Projects
Commit ced405af authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

msgpack: fix crash on decode of 0xc1

0xc1 isn't a valid MsgPack header, but it was allowed by mp_check.
As a result, msgpack.decode crashed while trying to decode it.
This commit updates the msgpuck library to fix this issue.

Closes #7818

NO_DOC=bug fix
parent ad420846
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment