Skip to content
Snippets Groups Projects
  • Vladimir Davydov's avatar
    e48a8f4b
    msgpack: fix crash on decode of 0xc1 · e48a8f4b
    Vladimir Davydov authored
    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
    
    (cherry picked from commit ced405af)
    e48a8f4b
    History
    msgpack: fix crash on decode of 0xc1
    Vladimir Davydov authored
    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
    
    (cherry picked from commit ced405af)