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 crash in StrictSubstr on -ohos artifacts #390

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

Conversation

jschwe
Copy link

@jschwe jschwe commented Dec 1, 2024

Fixes a "region out-of-bounds" assertion failure in StrictSubstr when running bloaty on a Rust shared library compiled for aarch64-unknown-linux-ohos.

When remaining_ is just the "\0" character, we are done and should return.

Fixes a "region out-of-bounds" assertion failure in
StrictSubstr.

When `remaining_` is just the "\0" character we are
done and should return.
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.

1 participant