Skip to content
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

Arithmetic operation resulted in an overflow in mp3.GetTag #66

Open
iqmeta opened this issue Jun 13, 2023 · 1 comment · May be fixed by czf/Id3#1
Open

Arithmetic operation resulted in an overflow in mp3.GetTag #66

iqmeta opened this issue Jun 13, 2023 · 1 comment · May be fixed by czf/Id3#1

Comments

@iqmeta
Copy link

iqmeta commented Jun 13, 2023

image

at Id3.TextEncodingHelper.GetSplitterBytes(Id3TextEncoding encodingType)
at Id3.v2.Id3V23Handler.DecodePicture(Byte[] data)
at Id3.v2.Id3V23Handler.ReadTag(Stream stream, Object& additionalData)
at Id3.Mp3.GetTag(Id3TagFamily family)
at Program.<

$>g__readFile|0_0(String musicFile) in C:\Temp\fixMp3\Program.cs:line 9
at Program.$(String[] args) in C:\Temp\fixMp3\Program.cs:line 35

@czf
Copy link

czf commented Aug 26, 2023

also ran into this issue. I clone the repo to see what was going on locally and just added some encoding options
https://github.com/czf/Id3/pull/1/files#diff-0f7318c42a4fc66925efd21803b659ff7ada3f6193523981160d9c23ac0412af

I'm able to get past the exception and the tags I'm updating are reflected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants