lib/curl/Global: defer the ReadInfo() call

Fixes a crash that can occur due to recursion from InvalidateSockets()
to ReadInfo() to CurlRequest callbacks.
This commit is contained in:
Max Kellermann
2017-01-08 12:40:56 +01:00
parent 218c3bc0d5
commit 3c66feff5a
3 changed files with 14 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,6 @@
ver 0.20.1 (not yet released)
* input
- curl: fix crash bug
* mixer
- alsa: normalize displayed volume according to human perception
* fix crash with volume_normalization enabled