diff options
author | Max Kellermann <max@duempel.org> | 2011-05-09 18:03:45 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-05-09 18:03:54 +0200 |
commit | 9402b23dd5f75388cb48fdf04ca62033dfc6709a (patch) | |
tree | 88d04f8cafbca586564321427d66a1f44c9b0699 /NEWS | |
parent | 246db3d5652bb7289b1a1ab255dfdb67e0fa260e (diff) | |
download | mpd-9402b23dd5f75388cb48fdf04ca62033dfc6709a.tar.gz mpd-9402b23dd5f75388cb48fdf04ca62033dfc6709a.tar.xz mpd-9402b23dd5f75388cb48fdf04ca62033dfc6709a.zip |
playlist_song: fix NULL pointer dereference
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ ver 0.16.3 (2011/??/??) * fix assertion failure in audio format mask parser +* fix NULL pointer dereference in playlist parser * decoder: - ffmpeg: support libavcodec 0.7 |