Files
neovim/src
Vlad abd0c882b3 fix(rpc): handle more cases when identifying loopback #36100
Problem:

On MacOS it is a relatively common pattern to set XDG_RUNTIME_DIR under
`/tmp` or `/var`. Both of these are symlinks to `/private/tmp` and
`/private/var`. When checking for loopback the input address is
normalized using `fix_fname`, however this is not applied to the
addresses of the sockets. As a result of one address being normalized
and the other not the comparison would fail.

Solution:

Normalize both sides of the comparison using `fix_fname`.
2025-10-09 18:04:02 -07:00
..
2025-10-07 14:32:22 -07:00
2025-09-13 22:49:50 -04:00
2023-11-05 20:19:06 +01:00
2025-08-02 15:58:11 -07:00