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

Put reference on executable object's this_binding to avoid unwanted f… #5169

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

gergocs
Copy link
Contributor

@gergocs gergocs commented Nov 19, 2024

…rees before exiting execution

This patch fixes #4870.

The implementation is based on PR #4966, only resolved the conflicts and applied requested changes.

Co-authored-by: Martin Negyokru [email protected]
JerryScript-DCO-1.0-Signed-off-by: Gergo Csizi [email protected]

jerry-core/vm/opcodes.c Outdated Show resolved Hide resolved
…rees before exiting execution

This patch fixes jerryscript-project#4870.

The implementation is based on PR jerryscript-project#4966, only resolved the conflicts
and applied requested changes.

Co-authored-by: Martin Negyokru [email protected]
JerryScript-DCO-1.0-Signed-off-by: Gergo Csizi [email protected]
@robertsipka robertsipka merged commit e9f08a7 into jerryscript-project:master Nov 19, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AddressSanitizer: heap-use-after-free jerry-core/ecma/base/ecma-gc.c:90 in ecma_gc_set_object_visited
3 participants