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

Coverity analysis defect 134119: Macro compares unsigned to 0

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • Fully Compatible
    • ALL
    • Security 2022-11-28

      Macro compares unsigned to 0

      An unsigned value can never be negative, so this test will always evaluate the same way. An unsigned value can never be less than 0
      /src/mongo/crypto/fle_crypto.cpp:3694: NO_EFFECT 134119 This greater-than-or-equal-to-zero comparison of an unsigned value is always true. "precision.get() >= 0U".

            Assignee:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Reporter:
            xgen-internal-coverity Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: