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 sending empty strings in MQTT packets #252

Merged
merged 1 commit into from
May 26, 2023

Conversation

archigup
Copy link
Member

@archigup archigup commented May 25, 2023

The assert that checks that non-zero lengths have non-NULL pointers currently also inadvertently checks that zero lengths have NULL pointers.

Fixes #251

The assert that checks that non-zero lengths have non-NULL pointers currently also inadvertently checks that zero lengths have NULL pointers.
@AniruddhaKanhere AniruddhaKanhere merged commit 0df6f49 into FreeRTOS:main May 26, 2023
9 checks passed
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.

Assert fails on empty string
3 participants