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

Fixing issue #417: avoid panic in GPS Parser #633

Closed
wants to merge 1 commit into from
Closed

Fixing issue #417: avoid panic in GPS Parser #633

wants to merge 1 commit into from

Conversation

ValentinMontmirail
Copy link

Fix #417

In its current shape, the driver would panic due to index being out of range.
@ipsusila is perfectly correct.

I ran into the same problem, I am doing the PR myself since it has not been done before.
We need to ensure that the parsing is only until 9 bytes,
since the length of NMEA time field (hhmmss.ss) is 9 bytes.

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 this pull request may close these issues.

GPS driver/parser trigger panic
2 participants