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

Small fixes #647

Merged
merged 4 commits into from
May 27, 2024
Merged

Small fixes #647

merged 4 commits into from
May 27, 2024

Conversation

lievenhey
Copy link
Contributor

No description provided.

Sysroot is usually a directory so it should be selectable
fixes: #645
When hovering the disassembler tries to create an tooltip. If the user
hovers on the disassembly column or an earlier one, the model calculates
a negative cost type which will cause an out of bounds access error in
the cost array, even if the cost is not shown.
This patch changes the order of operations and adds an check to make
sure no out of bound access happens.
fixes: #642
@lievenhey lievenhey requested a review from milianw May 27, 2024 08:54
@milianw milianw merged commit 4cfdd11 into master May 27, 2024
25 checks passed
@milianw milianw deleted the small-fixes branch May 27, 2024 08:57
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.

Can't select directory when choosing sysroot Crash in disassembler
2 participants