mpatric / mp3agic

A java library for reading mp3 files and reading / manipulating the ID3 tags (ID3v1 and ID3v2.2 through ID3v2.4).
MIT License
1.2k stars 310 forks source link

reorder order of operations in getLengthInMilliseconds to prevent int… #155

Closed tmzkt closed 5 years ago

tmzkt commented 5 years ago

…eger overflow. This increases the maximum supported file size from 268 MB to 2.1 GB. closes #134

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.01%) to 68.578% when pulling 18c0eecb6b85fa0b07cfeb112424b629cb4320c3 on tmzkt:master into 016783c9d05bd8c6e4c5e0e879cbe2ae4a53348c on mpatric:master.