summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-12-23 13:37:58 +0100
committerMax Kellermann <max@musicpd.org>2019-12-23 13:37:58 +0100
commitd01fb6730a7ac889f104490022c9dbb581e45db2 (patch)
treed077ae1ebd5c7c9127a07256299a422a110fa64c /NEWS
parent7bfe6a33043fee920703a06ff0b38d049b4b4647 (diff)
storage/curl: move start call out of the constructor
This can cause request completion in the I/O thread before this constructor returns, leaving the object in an abstract state, causing a crash due to pure virtual method call. We should not start the request until this object is fully constructed. Closes https://github.com/MusicPlayerDaemon/MPD/issues/665
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7804e0d20..3e48c90e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
ver 0.21.18 (not yet released)
* output
- alsa: fix hang bug with ALSA "null" outputs
+* storage
+ - curl: fix crash bug
* reduce unnecessary CPU wakeups
ver 0.21.17 (2019/12/16)