@pmatilai commented on this pull request.
> @@ -1992,10 +1994,15 @@ rpmExpand(const char *arg, ...)
int
rpmExpandNumeric(const char *arg)
{
+ int res;
Guess I just didn't notice this before, but don't introduce uninitialized
variables. Nothing needs `res` until it gets the value from the clamp, so just
introduce it there.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3454#pullrequestreview-2445660970
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3454/review/2445660...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint