BelledonneCommunications/liblinphone

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

Opened this issue · 0 comments

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.