diff options
author | Max Kellermann <max@duempel.org> | 2009-02-28 15:20:35 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-28 15:20:35 +0100 |
commit | 1bb0124b77a21ab560c1b0d0a67259b6979648d7 (patch) | |
tree | 404b8b0553896305079f90b716217e12ccafb7cc /NEWS | |
parent | 5c10d2ded7e14a5c155115e27ced5178546f0d05 (diff) | |
download | mpd-1bb0124b77a21ab560c1b0d0a67259b6979648d7.tar.gz mpd-1bb0124b77a21ab560c1b0d0a67259b6979648d7.tar.xz mpd-1bb0124b77a21ab560c1b0d0a67259b6979648d7.zip |
listen: allocate sockaddr_storage struct for accept()
The generic sockaddr struct is too small for some addresses. For
accept(), we have to allocate a sockaddr_storage struct on the stack,
which is large enough for all addresses.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ ver 0.15 - (200?/??/??) * playlist: recalculate the queued song after random is toggled * playlist: don't unpause on delete * daemon: ignore "user" setting if already running as that user +* listen: fix broken client IP addresses in log ver 0.14.2 (2009/02/13) |