"vscode:/vscode.git/clone" did not exist on "1b6d614f2c9d76311f51720c2bba7e1875be8c71"
Fixed undefined variable value with certain code paths.
In sentinelFlushConfig() fd could be undefined when the following if
statement was true:
if (rewrite_status == -1) goto werr;
This could cause random file descriptors to get closed.
Please register or sign in to comment