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 lifetime of cvk_entry_point #721

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 9, 2024

  1. fix lifetime of cvk_entry_point

    cvk_entry_point are passed to other structures as a pointer. But it
    can be deleted at any point when do_build it called.
    
    To avoid invalid access, make entry point a shared_ptr in the program
    map.
    
    This has been detected running the compiler suite of the CTS on
    ChromeOS (flaky behaviour).
    rjodinchr committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c12e394 View commit details
    Browse the repository at this point in the history