Unmarshalled Strings Unsafely Share Byte Slices · Issue #25 · shamaton/msgpack
If the bytes in the byte slice passed to msgpack.Unmarshal change after msgpack.Unmarshal returns, any of the unmarshaled strings may change their contents, violating the expectation that Go string...