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

Cherry pick PR #3939: Print an error message and return instead of crash #3952

Merged
merged 1 commit into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. Print an error message and return instead of crash (#3939)

    When the address of a symbol couldn't be found, the app should return
    instead of crash. The address is validated by the caller, which returns
    false if address is NULL. Eventually the loader gets the error message,
    and reverts back to the previous good image.
    
    b/357947368
    
    Change-Id: I74b9aa600c281a74ef817af0cd97f0cda4ab91cd
    (cherry picked from commit 7a23f54)
    yuying-y authored and anonymous1-me committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ef4b1c2 View commit details
    Browse the repository at this point in the history