Skip to content

Conversation

@jeffro256
Copy link
Contributor

@jeffro256 jeffro256 commented Nov 5, 2025

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.

Issue was caught using an address sanitizer.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants