Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: possible use-after-free bug in Array::new and Object::new #90

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

liuq19
Copy link
Collaborator

@liuq19 liuq19 commented Jun 4, 2024

When constructing a new object or array, it should not be a root value because it does not need a shared allocator.

@liuq19 liuq19 merged commit e8c4637 into main Jun 4, 2024
11 checks passed
@liuq19 liuq19 deleted the fix/value branch June 4, 2024 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants