mirror of
https://github.com/monero-project/monero.git
synced 2026-01-07 23:01:56 +09:00
The `#pragma pack(push, 1)` directive was causing unaligned memory accesses to shared pointers in `epee::net_utils::network_address`. The peerlist file uses Boost serialization, so this should be backwards compatible.