[Rpm-maint] [rpm-software-management/rpm] Fix IMA signature fubar, take III (#1833, RhBug:2018937) (PR #1914)
Panu Matilainen
notifications at github.com
Thu Feb 10 08:33:18 UTC 2022
@pmatilai commented on this pull request.
> + if (strlen(s) % 2) {
+ bin = rfree(bin);
+ break;
Erm. These strings are variable length by definition, the only thing we *can* check is that it's even and thus wont overrun.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1914#discussion_r803416888
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/1914/review/878484426 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220210/a49906c4/attachment.html>
More information about the Rpm-maint
mailing list