Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-47340

Improve management of statics in SSLThreadInfo

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.4.0-rc2, 4.7.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v4.4
    • Service arch 2020-04-20
    • 0

      The dependency between thread-local and global statics in SSLThreadInfo could cause read-after-delete accesses if they are not destroyed in the right order, especially during termination. We should ensure all statics are always destroyed in the right order to avoid segmentation faults at process termination.

            Assignee:
            amirsaman.memaripour@mongodb.com Amirsaman Memaripour
            Reporter:
            amirsaman.memaripour@mongodb.com Amirsaman Memaripour
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: