Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Initializing empty address may refer to an unconstructed object #218

Open
ElementOxygenWady opened this issue Sep 12, 2022 · 0 comments
Labels

Comments

@ElementOxygenWady
Copy link

ElementOxygenWady commented Sep 12, 2022

The global variable emptyAddress in the call-session.cpp, it is referencing to another global variable addressesCache that defined in the address.cpp. However, in CPP, the initialization order for global variable is not stable. That means the emptyAddress may be initialized before the addressesCache.

@ElementOxygenWady ElementOxygenWady changed the title [Bug]: Initialize empy address may be reference unconferenced object [Bug]: Initializing empty address may refer to an unconstructed object Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant