* path.cc (path_conv::check): Punt when attempting to access a nonexistent
directory or file in /proc.
This commit is contained in:
@@ -663,7 +663,8 @@ path_conv::check (const char *src, unsigned opt,
|
||||
break;
|
||||
default:
|
||||
fileattr = INVALID_FILE_ATTRIBUTES;
|
||||
goto virtual_component_retry;
|
||||
error = ENOENT;
|
||||
break;
|
||||
}
|
||||
goto out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user