Hi,
thanks to Avuton and Eric for finding several bugs in mpd-mk during my
vacation. I'm pushing the solutions to git right now.
Max
Eric Wong (1):
tag: fix segfault on update
Max Kellermann (3):
dbUtils, playlist, directory: pass constant pointers
client: removed assert(client->fd)>=0
client: don't check FD_ISSET(client->fd) on expired client
client.c | 9 ++++-----
dbUtils.c | 19 ++++++++++---------
dbUtils.h | 18 +++++++++---------
directory.c | 4 ++--
directory.h | 4 ++--
playlist.c | 14 +++++++-------
playlist.h | 16 ++++++++--------
song.c | 1 +
tag.c | 35 +++++++++++++++++++++--------------
9 files changed, 64 insertions(+), 56 deletions(-)
|