https://github.com/philsquared/Catch
Revision d1e7344f16d5765ec2a675162a88983bd51baa1d authored by Axel Huebl on 07 January 2019, 17:26:28 UTC, committed by Martin Hořeňovský on 11 January 2019, 10:55:51 UTC
The clock estimator has a potential division by zero.
Using `iteration + 1` seems also more logical to me for
an average.

Found with coverity in a downstream project.
1 parent 3ed5441
History
Tip revision: d1e7344f16d5765ec2a675162a88983bd51baa1d authored by Axel Huebl on 07 January 2019, 17:26:28 UTC
ClockEstimate: DivByZero
Tip revision: d1e7344
File Mode Size
.conan
.github
CMake
artwork
contrib
docs
examples
include
misc
projects
scripts
single_include
third_party
.gitattributes -rw-r--r-- 613 bytes
.gitignore -rw-r--r-- 504 bytes
.travis.yml -rw-r--r-- 7.8 KB
CMakeLists.txt -rw-r--r-- 5.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE.txt -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 2.2 KB
appveyor.yml -rw-r--r-- 2.5 KB
codecov.yml -rw-r--r-- 400 bytes
conanfile.py -rw-r--r-- 889 bytes

README.md

back to top