j
k
j a
j l
Alfred Agrell (@Alcaro) commented about server/fd.c:
if (fd->unix_fd == -1) { if (stat( name, &st ))
if (fd->unix_fd == -1) {
if (stat( name, &st ))
You sure that doesn't change the result if the input is some nonexistent file? Maybe move that into the "it's a socket" case.
Back to the thread
Back to the list