Comment # 4 on bug 1092877 from
Created attachment 770328 [details]
Sample program; bug.cc

Sample program: g++ -Wall -std=c++11 bug.cc -o bug
Usage: bug [STRINGLENGTH [NUMBER_OF_CHECKS]]
Default: bug 200000 10000

Prints a line whenver the size of the input string and the formated strings
differ.


You are receiving this mail because: