@dmnks commented on this pull request.
>
if (filter_soname) {
- if (!strstr(soname, ".so"))
- return 1;
-
- if (rstreqn(soname, "ld.", 3) || rstreqn(soname, "ld-", 3) ||
- rstreqn(soname, "ld64.", 3) || rstreqn(soname, "ld64-", 3))
Heh, there seems to have been a bug here (comparing at most `3` chars whereas
the tested strings are longer). That's now fixed with the conversion :smile:
Nice.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3581#pullrequestreview-2637824891
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3581/review/2637824...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint