From 3cb1edbfb63fad3a8fcbbdb2a718aae610036b53 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Mon, 24 Mar 2014 20:26:02 +0000 Subject: Update moved and dead links --- src/test/bignum_tests.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/test/bignum_tests.cpp') 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. -- cgit v1.2.3