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
Discovered when a TLV value is malformed within an ESDP packet, i.e., too short (in my case, it was a single byte instead of a proper TLV), the lua decoder would throw an error, "Range is out of bounds". The solution is to check for this in the function dissect_all_tlvs_in_packet. Once other pull requests have been processed, I will do a pull request with this fix.
The text was updated successfully, but these errors were encountered:
Discovered when a TLV value is malformed within an ESDP packet, i.e., too short (in my case, it was a single byte instead of a proper TLV), the lua decoder would throw an error, "Range is out of bounds". The solution is to check for this in the function dissect_all_tlvs_in_packet. Once other pull requests have been processed, I will do a pull request with this fix.
The text was updated successfully, but these errors were encountered: