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

Remove %.*s format specifier from logs #117

Merged

Conversation

muneebahmed10
Copy link
Contributor

Description:
Removes the only instance of a variable precision format specifier ("%.*s") used in logs (printing a topic name) due to concerns over portability. Since the buffer is not null terminated, it can't be printed otherwise, so the log was removed.

@muneebahmed10 muneebahmed10 merged commit e1b81ae into FreeRTOS:main Dec 2, 2020
@muneebahmed10 muneebahmed10 deleted the remove-variable-specifier branch December 2, 2020 02:16
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.

None yet

3 participants