diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-03-26 10:44:39 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-03-26 10:44:47 +0100 |
commit | 95f0af5cb1fe0dc6a67031205fa2efa76a582070 (patch) | |
tree | 9366f8d7b542ed9fc5964c8da77bd4fda5abfa74 /src/test | |
parent | f284b5998a13c08f637c8f874234c8f3a6b2580a (diff) | |
parent | 3cb1edbfb63fad3a8fcbbdb2a718aae610036b53 (diff) |
Merge pull request #3951
3cb1edb Update moved and dead links (Luke Dashjr)
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/bignum_tests.cpp | 7 | ||||
-rw-r--r-- | src/test/netbase_tests.cpp | 2 |
2 files changed, 3 insertions, 6 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. diff --git a/src/test/netbase_tests.cpp b/src/test/netbase_tests.cpp index 7d38700736..4321852d11 100644 --- a/src/test/netbase_tests.cpp +++ b/src/test/netbase_tests.cpp @@ -93,7 +93,7 @@ BOOST_AUTO_TEST_CASE(netbase_lookupnumeric) BOOST_AUTO_TEST_CASE(onioncat_test) { - // values from http://www.cypherpunk.at/onioncat/wiki/OnionCat + // values from https://web.archive.org/web/20121122003543/http://www.cypherpunk.at/onioncat/wiki/OnionCat CNetAddr addr1("5wyqrzbvrdsumnok.onion"); CNetAddr addr2("FD87:D87E:EB43:edb1:8e4:3588:e546:35ca"); BOOST_CHECK(addr1 == addr2); |