|
An integer overflow occurs, with the overflowed value used in a sensitive operation
Defect 101171 (STATIC_C)
Checker INTEGER_OVERFLOW (subcategory none)
File: /src/bson/bson-string.c
Function bson_strncpy
/src/bson/bson-string.c, line: 569
Subtract operation overflows on operands "size" and "1UL", whose values are unsigned constants, 0 and 1, respectively.
File: /src/bson/bson-string.c
Function bson_strncpy
/src/bson/bson-string.c, line: 569
Subtract operation overflows on operands "size" and "1UL".
/src/bson/bson-string.c, line: 569
Overflowed or truncated value (or a value computed from an overflowed or truncated value) "dst + (size - 1UL)" dereferenced.
|