audk/OvmfPkg/XenBusDxe
Laszlo Ersek 2ef0c27cb8 OvmfPkg/XenBusDxe: fix UninstallMultipleProtocolInterfaces() call
Unlike the InstallMultipleProtocolInterfaces() boot service, which takes
an (EFI_HANDLE*) as first parameter, the
UninstallMultipleProtocolInterfaces() boot service takes an EFI_HANDLE as
first parameter.

This is an actual bug. It must have remained hidden until now because it's
on an error path. Fix the UninstallMultipleProtocolInterfaces() call.

Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Julien Grall <julien.grall@arm.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
2019-10-09 09:40:10 +02:00
..
ComponentName.c OvmfPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:19 -07:00
ComponentName.h OvmfPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:19 -07:00
DriverBinding.h OvmfPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:19 -07:00
EventChannel.c OvmfPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:19 -07:00
EventChannel.h OvmfPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:19 -07:00
GrantTable.c OvmfPkg: Introduce PcdXenGrantFrames 2019-08-21 18:03:50 +02:00
GrantTable.h OvmfPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:19 -07:00
Helpers.c OvmfPkg/XenBusDxe: Add an helper AsciiStrDup. 2014-10-29 06:50:57 +00:00
TestAndClearBit.c OvmfPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:19 -07:00
XenBus.c OvmfPkg/XenBusDxe: fix UninstallMultipleProtocolInterfaces() call 2019-10-09 09:40:10 +02:00
XenBus.h OvmfPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:19 -07:00
XenBusDxe.c OvmfPkg/XenBusDxe: Don't call DisconnectController in Stop() 2019-07-01 16:46:51 +02:00
XenBusDxe.h OvmfPkg: Introduce PcdXenGrantFrames 2019-08-21 18:03:50 +02:00
XenBusDxe.inf OvmfPkg: Introduce PcdXenGrantFrames 2019-08-21 18:03:50 +02:00
XenStore.c OvmfPkg/XenBusDxe: replace MIT license text with SPDX ID 2019-04-12 12:04:38 +02:00
XenStore.h OvmfPkg/XenBusDxe: replace MIT license text with SPDX ID 2019-04-12 12:04:38 +02:00