j
k
j a
j l
Ralf Habacker (@rhabacker) commented about server/sock.c:
return; } if (sock->family == WS_AF_UNIX && *addr->sa_data) fchdir(server_dir_fd);
return; }
if (sock->family == WS_AF_UNIX && *addr->sa_data)
fchdir(server_dir_fd);
Here the working directory is also changed, which needs to be reviewed.
Back to the thread
Back to the list