You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix estrdup calls by adding missing .as_str() conversions
The estrdup function requires &str but was being passed String values
directly. This caused memory corruption crashes in CI.
Added debug logging to help diagnose similar issues in the future.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments