Skip to content

Use std::snprintf for SHA hex formatting - #18

Merged
LimiNode merged 2 commits into
mainfrom
codex/add-includes-and-update-sprintf-usage
Sep 3, 2025
Merged

Use std::snprintf for SHA hex formatting#18
LimiNode merged 2 commits into
mainfrom
codex/add-includes-and-update-sprintf-usage

Conversation

@LimiNode

@LimiNode LimiNode commented Sep 3, 2025

Copy link
Copy Markdown
Owner

Summary

  • include <cstdio> for SHA modules
  • replace sprintf with std::snprintf and remaining buffer size

Testing

  • cmake -S . -B build -DBUILD_TESTS=ON
  • cmake --build build
  • ctest --test-dir build

https://chatgpt.com/codex/tasks/task_e_68b8acb5522c832c9531042941f810bf

@LimiNode
LimiNode merged commit 1629623 into main Sep 3, 2025
4 checks passed
@LimiNode
LimiNode deleted the codex/add-includes-and-update-sprintf-usage branch September 4, 2025 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant