diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-02-07 19:07:29 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-02-07 19:07:29 +0100 |
commit | 29c53289a9e6bb34a098ea87d923968e3ac6d75d (patch) | |
tree | 5f9a42f47526e1daa742ac1adeb6617eef37740f /src/addrman.h | |
parent | b709fe7ffc44ae14bbd2403cdfbfa4fcf94cef6b (diff) |
bench: Fix initialization order in registration
The initialization order of global data structures in different
implementation units is undefined. Making use of this is essentially
gambling on what the linker does, the so-called [Static initialization
order fiasco](https://isocpp.org/wiki/faq/ctors#static-init-order).
In this case it apparently worked on Linux but failed on OpenBSD and
FreeBSD.
To create it on first use, make the registration structure local to
a function.
Fixes #8910.
Diffstat (limited to 'src/addrman.h')
0 files changed, 0 insertions, 0 deletions