MessagePack for Python: Out-of-bounds read / crash on Unpacker reuse after a caught error
If the Unpacker is used repeatedly after an error occurs, the process may crash with a SEGV. If the Unpacker is used repeatedly to unpack untrusted input from external sources, it may be vulnerable to a DoS attack.