diff options
author | Max Kellermann <max@duempel.org> | 2008-09-06 15:31:55 +0200 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-09-09 02:23:43 -0700 |
commit | 2c0e478e371d14df47d7a7f31515bbd1091f5b6a (patch) | |
tree | 6feb26753e3098713e3740a333a60132f6cdc751 /src/inputPlugins/wavpack_plugin.c | |
parent | e82e9cd8b2bebbaf096bf3a091d3ea0e9613797b (diff) | |
download | mpd-2c0e478e371d14df47d7a7f31515bbd1091f5b6a.tar.gz mpd-2c0e478e371d14df47d7a7f31515bbd1091f5b6a.tar.xz mpd-2c0e478e371d14df47d7a7f31515bbd1091f5b6a.zip |
client: don't check FD_ISSET(client->fd) on expired client
client->fd becomes -1 when the client expires. Don't use FD_ISSET()
with this expired client; doing so would cause a crash due to SIGBUS.
Diffstat (limited to 'src/inputPlugins/wavpack_plugin.c')
0 files changed, 0 insertions, 0 deletions