If a string in a structure is not properly 0-terminated, the encoder will
continue until it hits some random 0-byte in the memory.
Instead, the encoder should check the allocated max_size for the string and
stop at that point.
Original issue reported on code.google.com by Petteri.Aimonen on 20 Mar 2013 at 7:09
Original issue reported on code.google.com by
Petteri.Aimonen
on 20 Mar 2013 at 7:09