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 rare crash caused by get method of proxy object #5129

Merged
merged 1 commit into from
Mar 13, 2024

Commits on Mar 13, 2024

  1. Fix rare crash caused by get method of proxy object

    This fixes jerryscript-project#5101
    In rare cases the proxy object could get used after
    being incorrectly removed by the gc
    
    Add stack checks to the start of all function calls
    
    JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
    matetokodi committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    cfd26a4 View commit details
    Browse the repository at this point in the history