Open Luftzig opened 4 years ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
This PR fixes a critical bug!
Without it we get weird buffer overruns in the processing logic that cause malformed packets.
@agdl, @marqdevx, does this library have any maintainers?
If not you can add me as one and I will upstream this as well as try to merge the sensible future commits from trippylightning's branch.
Removing a call to addServiceRecord made this library way more reliable for me @aentinger
by sending the length the header instead of the just 4 needed bytes. See #7