https://issues.dlang.org/show_bug.cgi?id=11363

Ketmar Dark <ket...@ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ket...@ketmar.no-ip.org

--- Comment #3 from Ketmar Dark <ket...@ketmar.no-ip.org> ---
(In reply to Sobirari Muhomori from comment #2)
> workDirFD = open(toStringz(workDir), O_RDONLY);
> How this behaves if workDir is not null, but empty?
workDirFD will be "-1" (i.e. open() fails).

--

Reply via email to