[Rpm-maint] [rpm-software-management/rpm] Soname prefix comparison bug in elfdeps (Issue #3596)
Michal Domonkos
notifications at github.com
Tue Feb 25 08:53:12 UTC 2025
dmnks created an issue (rpm-software-management/rpm#3596)
We're comparing the improper number of chars here (in tools/elfdeps.c):
```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.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3596
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/3596 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250225/f109b03d/attachment.htm>
More information about the Rpm-maint
mailing list