Fix out of bounds read in printf with trailing '%'#102472
Fix out of bounds read in printf with trailing '%'#102472Algunenano merged 1 commit intoClickHouse:masterfrom
Conversation
|
Workflow [PR], commit [ed87fe3] Summary: ❌
AI ReviewSummaryThis PR updates ClickHouse Rules
Final Verdict
|
|
@Algunenano, please check this: #97014 |
2fde84c
|
Hi — this PR may need backporting to Why: Fixes an out-of-bounds read (MSan finding) in printf that can be triggered by any user query with a trailing percent in the format string. Safe submodule-only change suitable for backport. Other supported branches ( If this should be backported, consider adding |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Fix out of bounds read in prinft with trailing '%'
Documentation entry for user-facing changes