Skip to content
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

"Range is out of bounds" error in handling malformed TLVs in ESDP message #71

Open
JeremyWhaling opened this issue Aug 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@JeremyWhaling
Copy link
Contributor

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.

@ghost
Copy link

ghost commented Aug 15, 2024

It is fine if you want to address this now, it is going to be a bit of time before we can pick up the 15118-20 dissector work again.

@ghost ghost added the bug Something isn't working label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant