mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
- Add proper cleanup in JSYogaNode destructor to prevent use-after-free - Remove node from parent before freeing to avoid dangling references - Fix yoga-config.test.js to use correct errata constant names (ERRATA_* not Errata.*) - Fix double-free test expectation to properly expect error on second free Tests pass individually but still have ASAN issues when run together due to complex parent-child node relationships during GC. Individual tests work correctly. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>