diff --git a/src/tag/Generic.cxx b/src/tag/Generic.cxx index d810d0cb7..e564730c6 100644 --- a/src/tag/Generic.cxx +++ b/src/tag/Generic.cxx @@ -31,6 +31,9 @@ bool ScanGenericTags(InputStream &is, TagHandler &handler) { + if (!is.IsSeekable()) + return false; + if (tag_ape_scan2(is, handler)) return true;