diff options
author | Max Kellermann <max@duempel.org> | 2014-11-18 20:56:27 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-18 20:56:27 +0100 |
commit | c8b93d6573550ec3735b070245769970db62a312 (patch) | |
tree | bef98cd06011636e457307c2d088bad673e7e4b8 /NEWS | |
parent | 3f5f96ac91f570a6aa8b73d20f406410d8a79ed4 (diff) |
Client: assume uid==0 is local socket
A negative uid value means it's not a "local socket" (PF_LOCAL).
uid==0 means user "root" connected.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ ver 0.18.18 (not yet released) * decoder - ffmpeg: support opus * fix crash on failed filename charset conversion +* fix local socket detection from uid=0 (root) ver 0.18.17 (2014/11/02) * playlist |