Commit ae4a639
committed
fix(cartridges): drop unnecessary @ptrCast from bug-filing-mcp adapter (CWE-704)
Same fix as the companion boj-server-cartridges PR: the three @ptrCast
calls at the adapter's dispatch call site were unnecessary — Zig's [*c]
pointer parameters accept array/slice/scalar pointers via implicit
C-pointer coercion. Verified: zig build test green.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017LDhR8gtnittEWSafunnrq1 parent fe389ec commit ae4a639
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
| |||
0 commit comments