mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Merge pull request #4339
92a6220sanity: hook up sanity checks (Cory Fields)679240dsanity: add libc/stdlib sanity checks (Cory Fields)11404afsanity: autoconf check for sys/select.h (Cory Fields)
This commit is contained in:
commit
b8e56aa8ef
6 changed files with 137 additions and 4 deletions
|
|
@ -31,6 +31,7 @@
|
|||
#ifndef WIN32
|
||||
#include <signal.h>
|
||||
#endif
|
||||
#include "compat/sanity.h"
|
||||
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
|
|
@ -424,8 +425,8 @@ bool InitSanityCheck(void)
|
|||
"information, visit https://en.bitcoin.it/wiki/OpenSSL_and_EC_Libraries");
|
||||
return false;
|
||||
}
|
||||
|
||||
// TODO: remaining sanity checks, see #4081
|
||||
if (!glibc_sanity_test() || !glibcxx_sanity_test())
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue