ANYbotics/variant

Message having a field containing char zero causes to throw exception

maebious opened this issue · 1 comments

Hey,
Using multiplot with msgs that have even one field name containing the zero char '0' at any position cause multiplot to crash with:

terminate called after throwing an instance of 'ros::serialization::StreamOverrunException'
what(): Buffer Overrun
Aborted

As far as I can understand the cause of the problem is within this library.
Cheers,
Orestis

Thank you very much~
It works after I delete Header header from msg file.