"app/lwip/vscode:/vscode.git/clone" did not exist on "98c2c0520d221d9fbbb2107d7273cd64af3535fd"
Fix a static analysis false positive
Static analyzer's can't tell that hi_calloc is calloc-like, and report a potential null pointer dereference. This isn't possible but it's probably smarter to make the test anyway in the event code changes.
Please register or sign in to comment