Skip to content

mbedtls: remove newline from failf() call#20333

Closed
bagder wants to merge 1 commit intomasterfrom
bagder/mbedtls-failf
Closed

mbedtls: remove newline from failf() call#20333
bagder wants to merge 1 commit intomasterfrom
bagder/mbedtls-failf

Conversation

@bagder
Copy link
Member

@bagder bagder commented Jan 16, 2026

Follow-up from 1dc6ddd

@bagder bagder added the TLS label Jan 16, 2026
@bagder bagder marked this pull request as ready for review January 16, 2026 07:31
@bagder bagder requested a review from Copilot January 16, 2026 07:31
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request cleans up an error message format in the mbedTLS SSL/TLS implementation by removing newline characters from a failf() call. The PR description indicates this is a follow-up to commit 1dc6ddd.

Changes:

  • Removed trailing newline (\n) and leading space/newline formatting from the error message
  • Changed error message prefix from " failed\n !" to "failed:"
  • Made the error message format consistent with other failf() calls in the codebase

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bagder bagder closed this in 7755df3 Jan 16, 2026
@bagder bagder deleted the bagder/mbedtls-failf branch January 16, 2026 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants