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 scan_hex() logic error #657

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Conversation

bregma
Copy link
Member

@bregma bregma commented Nov 1, 2023

This was dertected by static analysis. The function scan_hex() had a logic error. It was unlikely to be encountered in real life but fixing it guarantees it won't have any effect.

Built and tested Ubunbtu 20.04 x86_64. No regressions.

Closes #642

This was dertected by static analysis. The function scan_hex() had a
logic error. It was unlikely to be encountered in real life but fixing
it guarantees it won;t have any effect.

Built and tested Ubunbtu 20.04 x86_64. No regressions.
Copy link
Contributor

@bertwesarg bertwesarg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bregma bregma merged commit 65c2bce into libunwind:master Nov 6, 2023
13 of 25 checks passed
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.

Logic error in scan_hex()
2 participants