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
Description: If there are blank characters in the field content, for example: <comment:3>C: <eor>,adifreader.go#ReadRecord will be panic.
<comment:3>C: <eor>
Panic:
panic: runtime error: slice bounds out of range [3:2] [recovered] panic: runtime error: slice bounds out of range [3:2]
......................
<Path>/vendor/github.com/Matir/adifparser/adifrecord.go:119 +0x528 github.com/Matir/adifparser.ParseADIFRecord({0xc0000f2400, 0xd, 0x400}) <Path>/vendor/github.com/Matir/adifparser/adifrecord.go:69 +0x18e github.com/Matir/adifparser.(*baseADIFReader).ReadRecord(0xc0000d0b00) <Path>/vendor/github.com/Matir/adifparser/adifreader.go:51 +0x105
Possible problems: https://github.com/Matir/adifparser/blob/master/adifreader.go#L166
VY 73 DE BI1NIZ
The text was updated successfully, but these errors were encountered:
fix: Matir#12
9dd98e9
Thanks for the bug report, I'll take a look at this.
Sorry, something went wrong.
0cd0e28
No branches or pull requests
Description:
If there are blank characters in the field content, for example:
<comment:3>C: <eor>
,adifreader.go#ReadRecord will be panic.Panic:
......................
Possible problems:
https://github.com/Matir/adifparser/blob/master/adifreader.go#L166
VY 73 DE BI1NIZ
The text was updated successfully, but these errors were encountered: