CWPack icon indicating copy to clipboard operation
CWPack copied to clipboard

An ANSI C encoder/decoder for the MessagePack serialization format / msgpack.org[C / Objective-C / Swift]

Results 7 CWPack issues
Sort by recently updated
recently updated
newest added

Code like the following violates aliasing rules, an object shall only be accessed through its declared type or through a char pointer. I think only the only legal way is...

gcc gives warning against CWP_ITEM_TIMESTAMP decode check. I believe this is probably a genuine issue... and the correct code is as follows: ![image](https://user-images.githubusercontent.com/15949488/234828847-4ac24ac5-166e-47af-9b01-f8320bf0a0a2.png) Thanks for all your work!

Would you accept a PR which adds a CMake configuration to your project? I have little knowledge in CMake's "packaging" side of things (export, local install, stuff like that) ,...

Hi, I am trying to compile the code that depends on CWPack, using GCC sanitizers modules (that help find bugs in software): ``` string(APPEND CMAKE_C_FLAGS_DEBUG " -fno-omit-frame-pointer -fsanitize=address,leak,undefined") string(APPEND CMAKE_CXX_FLAGS_DEBUG...