libprotobuf17 libqhull7 libqwt-qt5-6 libresource-retriever0d librosconsole-bridge0d librosconsole3d libroscpp-serialization0d libroscpp4d libroslib0d librospack0d librostime1d librviz6d libsdformat9 libsimbody3.6 libspnav0 libssl1.1 libstb0 libtar0 libtf1d libtf2-2d libtf2-ros1d libtinyxml2...
I use protobuf to serialize some data into an std::string. the actual length is about 46, but aftering serializing the string with Fast-CDR the length becomes 19. I have found that there was a byte with '\0' inside the protobuf serialized string, which has caused the size mismatch (...