]> git.proxmox.com Git - efi-boot-shim.git/commit - MokManager.c
Revert "MokManager: stop using StrnCat"
authorPeter Jones <pjones@redhat.com>
Tue, 20 Mar 2018 20:27:42 +0000 (16:27 -0400)
committerPeter Jones <pjones@redhat.com>
Tue, 20 Mar 2018 20:28:57 +0000 (16:28 -0400)
commitf391e44516d24cebf3cc6b1a548e13122d083e77
treea908e4efa7ba024fbac207f067d6c6ae7a91e894
parentad6f1747b56f4fb9c706cae29570655f6a15b078
Revert "MokManager: stop using StrnCat"

This reverts commit 6aa5a62515d62139a2d3b34626fac8910e864a3d.

Everything Hans said was correct.  But StrnCat() is in gnu-efi 3.0.8,
and using just StrCpy() here confuses coverity.  I'd rather have a CI
page that's not completely full of chaff, but a little bit of redundancy
in the code.

Signed-off-by: Peter Jones <pjones@redhat.com>
MokManager.c