aboutsummaryrefslogtreecommitdiff
path: root/src/test/bignum_tests.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2014-03-24 20:26:02 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2014-03-24 20:26:02 +0000
commit3cb1edbfb63fad3a8fcbbdb2a718aae610036b53 (patch)
tree39d83ea2ade0b55169c4d9175180ddfafbaca77a /src/test/bignum_tests.cpp
parentd138598f63cc980c1333e7c63a95b19e6b279025 (diff)
downloadbitcoin-3cb1edbfb63fad3a8fcbbdb2a718aae610036b53.tar.xz
Update moved and dead links
Diffstat (limited to 'src/test/bignum_tests.cpp')
-rw-r--r--src/test/bignum_tests.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/test/bignum_tests.cpp b/src/test/bignum_tests.cpp
index 6587389a07..d5ee8c9778 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.