-
Notifications
You must be signed in to change notification settings - Fork 313
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
Digipeated messages contains NUL character #406
Comments
It seems like the issue only occurs when igating is enabled... |
A '\0' char is inserted into p->message while looking for message number; The purpose is unclear as none of the code seem to require it. This shall fix wb2osz#406
Thank you for providing a clear complete description including an example to demonstrate the problem. |
commit 30869c7
This is in the "dev" branch which will become release 1.7. |
The error was introduced in the dev branch (release 1.7 development) by commit e108147 on February 25, 2022. Those running release 1.6 or earlier not be impacted. This would affect only those who |
Steps to reproduce
Send a message from RF to RF using a direwolf digipeater configured as digipeater only
Expected result
Message is digipeated unchanged and reaches its recipient
Actual Result
The message is corrupted. The { character marking the beginning of the message is replaced by a NUL charachter. Generally speaking it seems like message digipeating/igating is quite broken in Direwolf 1.7 see also #405
The text was updated successfully, but these errors were encountered: