mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-29 23:42:40 +02:00
Fix typo
This commit is contained in:
parent
eff6f5a2fd
commit
fadc615f4e
@ -235,7 +235,7 @@ static inline int template_callback_map(unpack_user* u, unsigned int n, msgpack_
|
||||
|
||||
o->type = MSGPACK_OBJECT_MAP;
|
||||
o->via.map.size = 0;
|
||||
size = (unsigned long long)n * sizeof(msgpack_object_kv);
|
||||
tmp = (unsigned long long)n * sizeof(msgpack_object_kv);
|
||||
|
||||
if (tmp & 0xffffffff00000000) {
|
||||
// integer overflow
|
||||
|
Loading…
x
Reference in New Issue
Block a user