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
The L3H group regroup explicit encryption message parsing is not using the message length information to determine how many talkgroups or radios are being included in the patch group and inadvertently including random octets from the subsequent message which is usually a null avoid zero bias message. This causes the patch group to show more talkgroups or radios than what is intended.
The text was updated successfully, but these errors were encountered:
…ncorrectly includes Talkgroup/Radio identifiers incorrectly parsed from the subsequent message. Updated code to respect the self-reported message octet length and also to test for correct length before adding patch group member talkgroup and radio identifiers.
…ncorrectly includes Talkgroup/Radio identifiers incorrectly parsed from the subsequent message. Updated code to respect the self-reported message octet length and also to test for correct length before adding patch group member talkgroup and radio identifiers. (#1932)
Co-authored-by: Dennis Sheirer <[email protected]>
sdrtrunk Version
master
Describe the bug
The L3H group regroup explicit encryption message parsing is not using the message length information to determine how many talkgroups or radios are being included in the patch group and inadvertently including random octets from the subsequent message which is usually a null avoid zero bias message. This causes the patch group to show more talkgroups or radios than what is intended.
The text was updated successfully, but these errors were encountered: