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

Fix erroneous size check in Biggie's Node::_begin() function

    • Fully Compatible
    • ALL
    • Execution Team 2020-06-29, Execution Team 2020-07-13

      We check if the Node's children array is empty here. But because we pre-allocated 256 slots in the std::array here, the call to empty() will always return false. We should fix this to return nullptr appropriately and add a unit test when there are no children.

            Assignee:
            bynn.lee@mongodb.com Bynn Lee
            Reporter:
            gregory.wlodarek@mongodb.com Gregory Wlodarek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: