c7192dff41
The BufferPool::writeHex() method takes a string-pointer, we add an int max-number-of-chars to be parsed on that string. This allows us to not just stop at the first non-hex char, but also after a set number of characters. This effectively allows us to use non-zere-terminated strings as argument too.