ERROR | string buffer too small to hold input, [string], [string], [string] |
CAUSE | The string buffer is too small to copy an input string into. |
ACTION | Check the size of the string buffer and the input string. Look in the argument for the location in the code where the error occurs. |