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 strerror_r usage #3006

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

komarevtsev-d
Copy link
Collaborator

@komarevtsev-d komarevtsev-d commented Feb 10, 2025

Avoid initialization of a TString with random junk from stack.

@komarevtsev-d komarevtsev-d added the blockstore Add this label to run only cloud/blockstore build and tests on PR label Feb 10, 2025
Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 73ab47d.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3625 3624 0 1 0 0

@komarevtsev-d komarevtsev-d force-pushed the users/komarevtsev-d/zero-initialize-buffer/0 branch from 73ab47d to 622b559 Compare February 10, 2025 18:21
@komarevtsev-d komarevtsev-d force-pushed the users/komarevtsev-d/zero-initialize-buffer/0 branch from 622b559 to ef52189 Compare February 10, 2025 18:22
@komarevtsev-d komarevtsev-d changed the title Zero-initialize temp buffer Fix strerror_r usage Feb 10, 2025
Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit ef52189.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3625 3625 0 0 0 0

@komarevtsev-d komarevtsev-d merged commit 0f388a9 into main Feb 11, 2025
13 of 15 checks passed
@komarevtsev-d komarevtsev-d deleted the users/komarevtsev-d/zero-initialize-buffer/0 branch February 11, 2025 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blockstore Add this label to run only cloud/blockstore build and tests on PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants