Commit c406bd9
fix(orchestrator): add bounds check for offset in cloud_orchestrator.zig parsing (#174)
Added @min(sid_end + 1, content.len) to prevent out-of-bounds memory
access when sid_end equals content.len in the JSON parsing loop.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c16ed8f commit c406bd9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
0 commit comments