Closed lucasart closed 3 years ago
Actually, the chdir() solution is best, as it also avoids this problem: https://github.com/nkg114mc/c-gomoku-cli/commit/f14def755f997911b0f7325da3d9a2c7a775bf60.
chdir() will be done in the context of the parent unlike on POSIX. So this must be locked as in #52.
Possible fixes: