We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! First, thanks a lot for your library! I appreciate it very much that you made it available to everyone.
I ran detection on a bunch of files and found that the following ones cause an infinite loop.
File: https://github.com/WebKit/WebKit/blob/6cf28a29e81644f42c8bffff78f410003df87ec6/LayoutTests/imported/w3c/web-platform-tests/mimesniff/media/resources/mp3-with-id3.mp3
Infinite loop:
audio_metadata_reader/lib/src/utils/buffer.dart
Line 52 in 68b0915
File: https://github.com/WebKit/WebKit/blob/6cf28a29e81644f42c8bffff78f410003df87ec6/LayoutTests/imported/w3c/web-platform-tests/webcodecs/sfx-opus.ogg
audio_metadata_reader/lib/src/parsers/ogg.dart
Line 82 in 68b0915
Maybe WebKit chose some particularly interesting audio files for their tests ;)
The text was updated successfully, but these errors were encountered:
Ah, might actually be a duplicate of #46.
Sorry, something went wrong.
No branches or pull requests
Hi! First, thanks a lot for your library! I appreciate it very much that you made it available to everyone.
I ran detection on a bunch of files and found that the following ones cause an infinite loop.
MP3
File: https://github.com/WebKit/WebKit/blob/6cf28a29e81644f42c8bffff78f410003df87ec6/LayoutTests/imported/w3c/web-platform-tests/mimesniff/media/resources/mp3-with-id3.mp3
Infinite loop:
audio_metadata_reader/lib/src/utils/buffer.dart
Line 52 in 68b0915
Dart
File: https://github.com/WebKit/WebKit/blob/6cf28a29e81644f42c8bffff78f410003df87ec6/LayoutTests/imported/w3c/web-platform-tests/webcodecs/sfx-opus.ogg
Infinite loop:
audio_metadata_reader/lib/src/parsers/ogg.dart
Line 82 in 68b0915
Maybe WebKit chose some particularly interesting audio files for their tests ;)
The text was updated successfully, but these errors were encountered: