xmms2 / xmms2-stable

XMMS2 Stable (latest release) tree.
http://xmms2.org
Other
13 stars 1 forks source link

Curl buffer overrun. #4

Open libv opened 2 years ago

libv commented 2 years ago

I am hitting the following:

21:23:55 INFO: ../src/xmms/xform.c:1363: Successfully setup chain for 'https://nightride.fm/stream/nightride.mp3' (39865) containing curl:magic:mad:converter:segment 21:23:56 FAIL: xmms_curl_callback_write: assertion '(data->bufferlen + len) <= CURL_MAX_WRITE_SIZE' failed 21:23:56 ERROR: ../src/plugins/curl/curl_http.c:378: Curl fill_buffer returned error: (23) Failed writing received data to disk/application

libv commented 2 years ago

0001-curl-set-intermediate-buffer-to-128kB.txt

git am patch file to fix the issue. Amazing, github does not allow .patch file extensions.