Skip to content

Conversation

@jakub-id
Copy link
Contributor

@jakub-id jakub-id commented Jan 8, 2026

No description provided.

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 fixes a deprecation warning on MacOS by replacing the unsafe sprintf function with snprintf in the error message formatting code.

  • Replaced sprintf with snprintf to eliminate buffer overflow risks and deprecation warnings
  • Added proper buffer size checking using sizeof(buf) parameter

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

@jakub-id jakub-id merged commit ab0b8c0 into master Jan 9, 2026
8 checks passed
@jakub-id jakub-id deleted the deprecate-warn-macos branch January 9, 2026 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants