Fix data race in ConnectionThread and SessionThread in transport_layer_asio_test

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 5.2.0
    • Affects Version/s: None
    • Component/s: None
    • Fully Compatible
    • ALL
    • Service Arch 2021-11-15, Service Arch 2021-11-22
    • 151
    • 2
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      ConnectionThread::_run can be called before the ConnectionThread object has finished being constructed, so then when it accesses _s, _s is sometimes not fully constructed.

      The same is true in the SessionThread class

            Assignee:
            Billy Donahue
            Reporter:
            Matthew Saltz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: