Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Duplicate
-
None
-
None
-
None
-
Security
-
ALL
-
Security 2023-02-06
Description
Unsigned compared against 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/third_party/libmongocrypt/dist/src/mc-range-encoding.c:233: NO_EFFECT 134234 This less-than-zero comparison of an unsigned value is never true. "args.precision.value < 0U".
Attachments
Issue Links
- depends on
-
SERVER-71325 Update libmongocrypt with changes from MONGOCRYPT-509
-
- Closed
-