[Rpm-maint] [rpm-software-management/rpm] Reject OpenPGP data over 1MiB (PR #1942)
Neal Gompa (ニール・ゴンパ)
notifications at github.com
Fri Mar 18 13:58:47 UTC 2022
@Conan-Kudo requested changes on this pull request.
> @@ -1104,6 +1104,8 @@ static int pgpVerifySelf(pgpDigParams key, pgpDigParams selfsig,
return rc;
}
+static const size_t RPM_MAX_OPENPGP_BYTES 65535 /* max number of bytes in a key */
I think you're missing an equals sign here for assignment?
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1942#pullrequestreview-914396918
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/1942/review/914396918 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220318/a1b3e2e1/attachment-0001.html>
More information about the Rpm-maint
mailing list