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

IDPManager should make local shared_ptr copies atomically

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 7.3.0-rc0, 7.2.0-rc2, 7.0.5
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Server Security
    • Fully Compatible
    • ALL
    • v7.2, v7.0
    • Security 2023-11-27, Security 2023-12-11

      IDPManager maintains a vector of IDP configurations within a shared_ptr. When it accesses the configurations, it makes a local copy of the shared_ptr so that it can be replaced by other threads. However, the shared_ptr is set atomically, but not read atomically.

            Assignee:
            varun.ravichandran@mongodb.com Varun Ravichandran
            Reporter:
            spencer.jackson@mongodb.com Spencer Jackson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: