Versions in this module Expand all Collapse all v2 v2.4.0 Oct 15, 2025 GO-2026-4513 GO-2026-4513: Denial of service in github.com/shamaton/msgpack v2.3.1 Aug 28, 2025 GO-2026-4513 GO-2026-4513: Denial of service in github.com/shamaton/msgpack v2.3.0 Aug 10, 2025 GO-2026-4513 GO-2026-4513: Denial of service in github.com/shamaton/msgpack v2.2.3 Mar 15, 2025 GO-2026-4513 GO-2026-4513: Denial of service in github.com/shamaton/msgpack v2.2.2 Sep 8, 2024 GO-2026-4513 GO-2026-4513: Denial of service in github.com/shamaton/msgpack v2.2.1 Aug 26, 2024 GO-2026-4513 GO-2026-4513: Denial of service in github.com/shamaton/msgpack Changes in this version + var ErrReaderErr = errors.New("reader error") + func CreateStruct(fieldNum int) (v any, asMapBytes []byte, asArrayBytes []byte) + func EqualEqualer[T Equaler[T]](t *testing.T, actual, expected T) + func EqualMap[K comparable, V comparable](t *testing.T, actual, expected map[K]V) + func EqualSlice[T comparable](t *testing.T, actual, expected []T) + func Equal[T any](t *testing.T, actual, expected T) + func Error(t *testing.T, err error) + func ErrorContains(t *testing.T, err error, errStr string) + func IsError(t *testing.T, actual, expected error) + func NoError(t *testing.T, err error) + type Equaler interface + Equal func(other T) bool + type ErrReader struct + func NewErrReader() *ErrReader + func (ErrReader) Read(_ []byte) (int, error) + type TestReader struct + func NewTestReader(b []byte) *TestReader + func (r *TestReader) Count() int + func (r *TestReader) Read(b []byte) (n int, err error) Other modules containing this package github.com/shamaton/msgpack/v3