tag/Generic: fail if InputStream is not seekable
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
bool
|
||||
ScanGenericTags(InputStream &is, TagHandler &handler)
|
||||
{
|
||||
if (!is.IsSeekable())
|
||||
return false;
|
||||
|
||||
if (tag_ape_scan2(is, handler))
|
||||
return true;
|
||||
|
||||
|
Reference in New Issue
Block a user