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

Coverity analysis defect 122018: Missing break in switch

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • Fully Compatible
    • ALL
    • QE 2022-04-18

      Missing break in switch

      Execution falls through to the next case statement or default; this might indicate a common typo. Missing break statement between cases in switch statement
      /src/mongo/db/exec/sbe/vm/vm.cpp:1790: MISSING_BREAK 122018 The case for value "(mongo::sbe::value::TypeTags)27" is not terminated by a "break" statement.
      /src/mongo/db/exec/sbe/vm/vm.cpp:1795: MISSING_BREAK 122018 The above case falls through to this one.

            Assignee:
            rui.liu@mongodb.com Rui Liu
            Reporter:
            xgen-internal-coverity Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: