Skip to content

Fix typo in RelationAnalysis:functions_changed#262

Merged
sipma merged 1 commit intostatic-analysis-engineering:masterfrom
waskyo:fix_typo_in_relational_analysis
Mar 20, 2026
Merged

Fix typo in RelationAnalysis:functions_changed#262
sipma merged 1 commit intostatic-analysis-engineering:masterfrom
waskyo:fix_typo_in_relational_analysis

Conversation

@waskyo
Copy link
Contributor

@waskyo waskyo commented Mar 20, 2026

The second loop was using 'faddr' instead of 'faddr1'. 'faddr' could conceivably come from the first loop in the function, although this was not guaranteed.

As far as I can tell this did not affect normal relational compare operations. However, it caused an exception when I mistakenly tried to compare an analysis that included all functions in a binary with an analysis that only included the patched function.

The second loop was using 'faddr' instead of 'faddr1'. 'faddr' could
conceivably come from the first loop in the function, although this
was not guaranteed.

As far as I can tell this did not affect normal relational compare
operations. However, it caused an exception when I mistakenly
tried to compare an analysis that included all functions in a binary
with an analysis that only included the patched function.
Copy link
Contributor

@sipma sipma left a comment

Choose a reason for hiding this comment

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

Thank you!

@sipma sipma merged commit 5391186 into static-analysis-engineering:master Mar 20, 2026
1 check 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.

2 participants