@pmatilai commented on this pull request.


>       if (pkttype == PGPTAG_SIGNATURE)
            break;
+
+       if (alloced <= i) {
+           alloced *= 2;

To elaborate on that a bit, the suggested change is simply absurd when you 
could simply place a simple upper bound and error out if exceeded. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1788#discussion_r727793623
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to