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

Soname prefix comparison bug in elfdeps (rpm 4.x) #3596

Open
dmnks opened this issue Feb 25, 2025 · 0 comments
Open

Soname prefix comparison bug in elfdeps (rpm 4.x) #3596

dmnks opened this issue Feb 25, 2025 · 0 comments
Labels

Comments

@dmnks
Copy link
Contributor

dmnks commented Feb 25, 2025

We're comparing the improper number of chars here (in tools/elfdeps.c):

rstreqn(soname, "ld64.", 3) || rstreqn(soname, "ld64-", 3))

This is fixed as part of converting the data structures to C++ via #3581 but we'll need a separate patch for backporting into stable branches, hence this ticket.

@dmnks dmnks added the bug label Feb 25, 2025
@dmnks dmnks changed the title Soname prefix comparison bug Soname prefix comparison bug in elfdeps Feb 25, 2025
@pmatilai pmatilai added this to RPM Feb 25, 2025
@github-project-automation github-project-automation bot moved this to Backlog in RPM Feb 25, 2025
@pmatilai pmatilai changed the title Soname prefix comparison bug in elfdeps Soname prefix comparison bug in elfdeps (rpm 4.x) Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant