"vscode:/vscode.git/clone" did not exist on "bc1b2e8f96bac798242a6f61720050d79e72c75e"
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