decoder/vorbis: handle uri==NULL
This fixes a theoretical crash, which has never occurred in practice.
This commit is contained in:
@@ -233,6 +233,9 @@ oggvorbis_seekable(struct decoder *decoder)
|
||||
bool seekable;
|
||||
|
||||
uri = decoder_get_uri(decoder);
|
||||
if (uri == NULL)
|
||||
return false;
|
||||
|
||||
/* disable seeking on remote streams, because libvorbis seeks
|
||||
around like crazy, and due to being very expensive, this
|
||||
delays song playback my 10 or 20 seconds */
|
||||
|
Reference in New Issue
Block a user