• Travis Cross's avatar
    Remove a contradiction · 5077384c
    Travis Cross 提交于
    base64_d returns a value of size_t, which is unsigned.  The value
    therefore cannot be less than zero.  The second check testing whether
    it is >= INT_MAX is not a contradiction, but it doesn't make any sense
    to check for this (as far as I can tell).
    5077384c
auth_module.c 38.4 KB