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
Showing
- changelogs/unreleased/gh-7818-msgpack-0xc1-fix.md 4 additions, 0 deletionschangelogs/unreleased/gh-7818-msgpack-0xc1-fix.md
- src/lib/msgpuck 1 addition, 1 deletionsrc/lib/msgpuck
- test/app-luatest/msgpack_test.lua 11 additions, 6 deletionstest/app-luatest/msgpack_test.lua
- test/unit/msgpack.result 5 additions, 1 deletiontest/unit/msgpack.result
Loading