Quoting: Michael
I noticed another bug in the chrono code. It sets the unused laps to whatever is passed in, not accounting for the number of laps that are already used. The only check is for between 5 and 250 unused laps.
So I could have 250 used laps, and the code would allow me to specify an additional 250 unused laps. The watch would then overflow, probably causing a critical runtime issue. Would you please look into this and verify that it's a problem?