]> git.proxmox.com Git - efi-boot-shim.git/commit
Don't free GetVariable() return data without checking the status code.
authorPeter Jones <pjones@redhat.com>
Wed, 30 Oct 2013 20:36:01 +0000 (16:36 -0400)
committerPeter Jones <pjones@redhat.com>
Wed, 30 Oct 2013 20:36:01 +0000 (16:36 -0400)
commit556c445ea19fc257fe35ac1a67477e7352ba3fcd
treefa1a7599161f261285bb9a9add11182d4e567109
parent83b3a7cf6d4d4e91579864cfc75dadf2b7304da9
Don't free GetVariable() return data without checking the status code.

This breaks every machine from before Secure Boot was a thing.

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