"vscode:/vscode.git/clone" did not exist on "8bf4c2e38c6531af8a8b5bbe3ce469d79a920d35"
Code cleanup, resolve an issue identified by cppcheck (#4373)
[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..
Please register or sign in to comment