• Ilya Shipitsin's avatar
    Code cleanup, resolve an issue identified by cppcheck (#4373) · 94fded4f
    Ilya Shipitsin authored
    [src/bitops.c:512] -> [src/bitops.c:507]: (warning) Either the condition 'if(o&&o->encoding==1)' is redundant or there is possible null pointer dereference: o.
    
    This function has checks for `o` to be null or non-null, so it is odd that it accesses it first..
    94fded4f
bitops.c 46.1 KB