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

parseInitResponseDetail function, wrong parsing #469

Closed
enoel14 opened this issue Aug 11, 2023 · 1 comment
Closed

parseInitResponseDetail function, wrong parsing #469

enoel14 opened this issue Aug 11, 2023 · 1 comment

Comments

@enoel14
Copy link

enoel14 commented Aug 11, 2023

wrong buffer position when parsing service supported:

self->parameters.servicesSupported[i] = buffer[bufPos + i];

I change to this:
self->parameters.servicesSupported[i] = buffer[bufPos+1 + i];

mzillgith added a commit that referenced this issue Aug 16, 2023
mzillgith added a commit that referenced this issue Aug 17, 2023
@mzillgith
Copy link
Contributor

Thank you for the hint. It should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants