mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
epee: always call the PRNG through the locked API
This commit is contained in:
parent
2b5e155816
commit
1402a526af
@ -144,7 +144,7 @@ PRAGMA_WARNING_DISABLE_VS(4355)
|
|||||||
// create a random uuid
|
// create a random uuid
|
||||||
boost::uuids::uuid random_uuid;
|
boost::uuids::uuid random_uuid;
|
||||||
// that stuff turns out to be included, even though it's from src... Taking advantage
|
// that stuff turns out to be included, even though it's from src... Taking advantage
|
||||||
crypto::generate_random_bytes(sizeof(random_uuid), &random_uuid);
|
random_uuid = crypto::rand<boost::uuids::uuid>();
|
||||||
|
|
||||||
context.set_details(random_uuid, ip_, remote_ep.port(), is_income);
|
context.set_details(random_uuid, ip_, remote_ep.port(), is_income);
|
||||||
_dbg3("[sock " << socket_.native_handle() << "] new connection from " << print_connection_context_short(context) <<
|
_dbg3("[sock " << socket_.native_handle() << "] new connection from " << print_connection_context_short(context) <<
|
||||||
|
Loading…
Reference in New Issue
Block a user