Set ADDR_NO_RANDOMIZE on linux for determinism
This commit is contained in:
@@ -435,6 +435,7 @@ public:
|
||||
}
|
||||
|
||||
void drive(DrivenEngine *de, int argc, char *argv[]) {
|
||||
disable_randomization(argc, argv);
|
||||
socket_init();
|
||||
SSL_load_error_strings();
|
||||
ERR_load_crypto_strings();
|
||||
|
||||
Reference in New Issue
Block a user