-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code, Networking
-
None
-
Fully Compatible
-
ALL
-
Platform 8 08/28/15, Platform 7 08/10/15
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently we capture resolver iterators by reference then pass them to callbacks - potentially leading to dangling references.
Internally, the iterator maintains a shared_ptr to the vector of basic_resolver_entry objects. We should pass the iterator by value to make sure the basic_resolver_entry vector stays alive.