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

Fix: decoding buffer length issue #176

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

AbeereSpark
Copy link
Collaborator

@AbeereSpark AbeereSpark commented Sep 4, 2024

Description:

  • The buffer_len was not getting updated so we fixed it by uncommenting ezlopi_core_buffer_acquire function which resolved the issue but causing memory leak. Now the code has been modified to use the dynamically allocated buffer and not ezlopi_core_buffer_acquire.

Checklist:

  • The pull request is done against the latest development branch
  • Only relevant files were touched
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • The code change is tested and works with EzloPi core
  • I accept the CLA.

@AbeereSpark AbeereSpark changed the base branch from master to development September 4, 2024 13:32
@lomasSE89 lomasSE89 merged commit 5ff2d97 into development Sep 6, 2024
@lomasSE89 lomasSE89 deleted the ble-base64-decoding-buffer-fix branch September 6, 2024 10:30
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

Successfully merging this pull request may close these issues.

2 participants