[Rpm-maint] [rpm-software-management/rpm] Fix IMA signature fubar, take III (#1833, RhBug:2018937) (PR #1914)

Panu Matilainen notifications at github.com
Wed Feb 9 07:25:28 UTC 2022


@pmatilai commented on this pull request.



> @@ -111,7 +111,7 @@ rpmRC rpmSignFiles(Header sigh, Header h, const char *key, char *keypass)
 	    goto exit;
 	}
 	signature = _free(signature);
-	if (slen > siglen)
+	if (slen >= siglen)

Oh, don't know where that came from. Thanks for spotting, fixed in the last push.

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

Message ID: <rpm-software-management/rpm/pull/1914/review/877008626 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220208/d8b316b4/attachment.html>


More information about the Rpm-maint mailing list