You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When other users enter paths like "WIDE1-1, WIDE2-1" with a space and their tracker doesn't properly tokenize the path, the resulting packet may appear to be invalid since the leading space in WIDE2-1 makes it seem like it's a zero length callsign.
Consider making ax25.c:ax25_to_tnc2_fmtaddress() more liberal with its parsing than the strict A-Z0-9, then only spaces, interpretation.
The text was updated successfully, but these errors were encountered:
When other users enter paths like "WIDE1-1, WIDE2-1" with a space and their tracker doesn't properly tokenize the path, the resulting packet may appear to be invalid since the leading space in WIDE2-1 makes it seem like it's a zero length callsign.
Consider making ax25.c:ax25_to_tnc2_fmtaddress() more liberal with its parsing than the strict A-Z0-9, then only spaces, interpretation.
The text was updated successfully, but these errors were encountered: