On Tue, Aug 12, 2014 at 10:02:40AM +0100, Gary Benson wrote: > I've removed the timeout code. Users can limit the run by setting a > maximum number of iterations. That's more consistent for testing > anyway: 5000000 iterations is 5000000 iterations wherever you run it. > > How about this one?
LGTM, but I think it would be best to hear from Ian on this too. Perhaps MAXLEN could be a command line option (then you'd need to allocate the buffer dynamically?), but not sure if it is worth it. Jakub