• S
    Take out len from condition check. · 038b04d8
    Stephan 提交于
    Otherwise, the check is just undefined behaviour. gcc even takes out
    this check because len can never be zero if len does not wrap around.
    
    Found with -Wstrict-overflow=2
    038b04d8
cJSON.c 49.0 KB