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

Coverity analysis defect 114560: Out-of-bounds read

    • Type: Icon: Bug Bug
    • Resolution: Works as Designed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Index Maintenance
    • Labels:
    • ALL
    • Execution Team 2020-12-14

      Out-of-bounds read

      Incorrect values read from a different memory region will cause incorrect computations. Out-of-bounds read from a buffer
      /src/mongo/db/storage/key_string.cpp:1183: OVERRUN 114560 Function call "mongo::countLeadingZeros64(value)" may return 64.
      /src/mongo/db/storage/key_string.cpp:1183: OVERRUN 114560 Assigning: "bytesNeeded" = "(64 - mongo::countLeadingZeros64(value) + 7) / 8". The value of "bytesNeeded" is now 0.
      /src/mongo/db/storage/key_string.cpp:1187: OVERRUN 114560 Assigning: "firstUsedByte" = "reinterpret_cast<char const *>(&value + 1) - bytesNeeded". "firstUsedByte" now points to byte 8 of "value" (which consists of 8 bytes).

            Assignee:
            gregory.noma@mongodb.com Gregory Noma
            Reporter:
            xgen-internal-coverity Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: