[Rpm-maint] [rpm-software-management/rpm] Fix signed vs unsigned comparisons (PR #3515)

Panu Matilainen notifications at github.com
Mon Jan 13 10:06:32 UTC 2025


@pmatilai commented on this pull request.



> @@ -26,9 +26,9 @@ struct poolHashBucket_s {
 };
 
 struct poolHash_s {
-    int numBuckets;
+    size_t numBuckets;

poolHashCreate() and poolHashResize() numBuckets argument type should also change accordingly.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3515#pullrequestreview-2546190929
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/3515/review/2546190929 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250113/d60ec986/attachment.htm>


More information about the Rpm-maint mailing list