CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2019/12/16 09:39:03
Modified files: usr.bin/tmux : file.c server-client.c tmux.h Log message: If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/X ends up pointing to the wrong place before it is passed to the client. The path is only used internally so there is no real need for realpath(), remove it and move the get_path function to file.c where all the callers are.