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