grinder
grinder copied to clipboard
Logger assumes small delimited strings.
I've noticed on more than one occasion extremely large log files are created filled with "??..etc" because the logger might dump deallocated/non-string terminated memory. A small boundary check would fix this.