DescriptionWith this change we initialize our buffer as a char array rather than a string literal, an array doesn't seem to have any length limits. Also, we create std::string instances explicitly and specify the string length while at it - this makes sure the strings don't need to be scanned for the null character.
Patch Set 1 #
Total comments: 1
MessagesTotal messages: 3
|