Lichtso / netLink

Socket and Networking Library using msgpack.org[C++11]
GNU General Public License v3.0
216 stars 48 forks source link

Check BIG_ENDIAN against BYTE_ORDER #6

Closed clarkli86 closed 9 years ago

clarkli86 commented 9 years ago

BIG_ENDIAN is always true on Linux (/usr/include/endian.h)

ywx217 commented 6 years ago

Crash on Windows when there is a large string(Type::STR_32) to be deserialized

Lichtso commented 6 years ago

Could you open a new issue and elaborate what you did (code + debugger back trace)?

ywx217 commented 6 years ago

@Lichtso I've opened a new issue: https://github.com/Lichtso/netLink/issues/25