On DIS/cpp/SignalPdu.cpp:108, dataLength is being read as if it is the number of bytes, but according to the DIS specs it seems to be the number of bits. This causes a crash on debug builds.