diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-03-26 10:44:39 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-03-26 10:44:47 +0100 |
| commit | 95f0af5cb1fe0dc6a67031205fa2efa76a582070 (patch) | |
| tree | 9366f8d7b542ed9fc5964c8da77bd4fda5abfa74 /src/test/bignum_tests.cpp | |
| parent | Merge pull request #3935 (diff) | |
| parent | Update moved and dead links (diff) | |
| download | discoin-95f0af5cb1fe0dc6a67031205fa2efa76a582070.tar.xz discoin-95f0af5cb1fe0dc6a67031205fa2efa76a582070.zip | |
Merge pull request #3951
3cb1edb Update moved and dead links (Luke Dashjr)
Diffstat (limited to 'src/test/bignum_tests.cpp')
| -rw-r--r-- | src/test/bignum_tests.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/test/bignum_tests.cpp b/src/test/bignum_tests.cpp index 6587389a0..d5ee8c977 100644 --- a/src/test/bignum_tests.cpp +++ b/src/test/bignum_tests.cpp @@ -39,11 +39,8 @@ BOOST_AUTO_TEST_SUITE(bignum_tests) // stack buffer overruns. // // For more accurate diagnostics, you can use an undefined arithmetic operation -// detector such as the clang-based tool: -// -// "IOC: An Integer Overflow Checker for C/C++" -// -// Available at: http://embed.cs.utah.edu/ioc/ +// detector such as the clang's undefined behaviour checker. +// See also: http://clang.llvm.org/docs/UsersManual.html#controlling-code-generation // // It might also be useful to use Google's AddressSanitizer to detect // stack buffer overruns, which valgrind can't currently detect. |