-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
mediainfo - cast to int fails and crashes slave #198
Comments
Did a little investigation and mp4parser assumes the size of a mp4 file does not exceed integer.maxvalue... This will require some more looking/attention |
Not reproducible by zc0nf, let's keep an eye open |
Another user reported the same issue on IRC today; drftpd 4.0.7
|
So checking the code (again) we see it checks for Integer.MAX_VALUE which is In both examples the size is larger than this value... |
Describe the bug
The text was updated successfully, but these errors were encountered: