Skip to content

core: fix bug where invalid messages are parsed#2734

Merged
julianoes merged 1 commit intomainfrom
pr-parsing-fix
Dec 11, 2025
Merged

core: fix bug where invalid messages are parsed#2734
julianoes merged 1 commit intomainfrom
pr-parsing-fix

Conversation

@julianoes
Copy link
Copy Markdown
Collaborator

This fixes a major flaw that was introduced with
#2637 leading to invalid messages being parsed, instead of only forwarded, as was the intention.

The fix is to:

  • Process and forward if CRC is valid
  • forward only if CRC is invalid (for unknown or invalid message)

This fixes a major flaw that was introduced with
#2637 leading to invalid messages
being parsed, instead of only forwarded, as was the intention.

The fix is to:
- Process and forward if CRC is valid
- forward only if CRC is invalid (for unknown or invalid message)
@sonarqubecloud
Copy link
Copy Markdown

@julianoes julianoes merged commit 934341f into main Dec 11, 2025
86 of 87 checks passed
@julianoes julianoes deleted the pr-parsing-fix branch December 11, 2025 22:55
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.

1 participant