EphemeralForTest oplogStartHack segfaults if startingPosition is behind oplog

XMLWordPrintableJSON

    • Fully Compatible
    • ALL
    • Repl 2017-08-21
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

          Records::const_iterator it = records.lower_bound(startingPosition);
          if (it == records.end() || it->first > startingPosition)
              --it;
      
          return it->first;
      

      This loop should first check that it != records.begin(). Otherwise --it will fall off the front of the map.

              Assignee:
              Judah Schvimer
              Reporter:
              Judah Schvimer
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: