Closed bpg closed 3 years ago
@bpg Thanks for digging into this.
I'll try to take a look as soon as possible.
Sorry for the delay...
Thanks for spotting the overflow.
Suggestion, could we just remove the maxFieldSize
constant?
And just set the array length for tmp
to 255 * 3
directly?
Thanks, updated!
writer
-- now it scans all records of specific type to find all fields that have valid values to build a definition message.This fixes #43, and fixes #53