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

remove subtle typo that happens to compile

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 5.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Service Arch 2021-09-20

      caused by SERVER-57334
      Here are two lines of document_source_densify.cpp:

      508:            _current = addValues(stdx::get<Value>(*_current), _range.getStep());
      509:            _current = stdx::get<Value>(*_current), _range.getStep();
      

      I'm pretty sure 509 is a corrupted copy of 508.
      This compiles but throws a fatal warning on my virtual workstation having to do with memcpy of a string onto itself. Details unimportant but the good news is that it's caught.

      (Some more detail here in this comment: https://jira.mongodb.org/browse/SERVER-57334?focusedCommentId=4038170&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-4038170
      )

            Assignee:
            billy.donahue@mongodb.com Billy Donahue
            Reporter:
            billy.donahue@mongodb.com Billy Donahue
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: