• Simo Sorce's avatar
    The Left variable should be a positive integer · cd943c24
    Simo Sorce authored
    The variable Left is supposed to hold only a positive quantity and was
    being passed into functions that accept only size_t as input causing coverity
    to throw a fit. Using a size_t type for Left works just fine.
    Negative Returns, found by coverity.
    cd943c24
OCTET_STRING.c 45.7 KB