There was an error while loading. Please reload this page.
DefaultFactory
Repro script:
$ ruby -Ilib -rmsgpack -e'MessagePack::DefaultFactory = nil; GC.start; "".to_msgpack'
This will cause a SEGV because this global will get GC'd and the pointer will become bad.