diff options
| author | Luke Dashjr <[email protected]> | 2014-03-24 20:26:02 +0000 |
|---|---|---|
| committer | langerhans <[email protected]> | 2014-05-25 18:02:48 +0200 |
| commit | a4797f9bdbe410221485db6f3c7dc451b756faaf (patch) | |
| tree | 1eb7306263bae6d6f4d4b9745e567a41cd7cc90e /src/test/bignum_tests.cpp | |
| parent | Fix regression tests (diff) | |
| download | discoin-a4797f9bdbe410221485db6f3c7dc451b756faaf.tar.xz discoin-a4797f9bdbe410221485db6f3c7dc451b756faaf.zip | |
Update moved and dead links
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. |