fix: harden io-core and concurrency boundaries against panics (#4503)

fix(io-core,concurrency): harden boundary validation and arithmetic against panics (backlog#1024)
This commit is contained in:
Zhengchao An
2026-07-09 00:15:36 +08:00
committed by GitHub
parent 6cb47049e8
commit 20447422cf
7 changed files with 176 additions and 28 deletions
Generated
+1
View File
@@ -9331,6 +9331,7 @@ dependencies = [
"rustfs-io-metrics",
"thiserror 2.0.18",
"tokio",
"tracing",
]
[[package]]