mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
90677eb58c
Behaviour of memcmp is undefined if any of pointers passed to it is null. See https://en.cppreference.com/w/c/string/byte/memcmp for details. UB was detected on test MSGPACK_V4RAW_REF.pack_unpack_fix_l with UB-sanitizer.